HaxeCheckstyle / haxeparser

A Haxe parser for Haxe
61 stars 23 forks source link

Strings should support more escapes (\x, \u, etc.) #3

Closed SmilyOrg closed 10 years ago

SmilyOrg commented 10 years ago

Example: haxelexerstringescape

Simn commented 10 years ago

In haxe these are implemented in s_unescape: https://github.com/HaxeFoundation/haxe/blob/development/ast.ml#L598

Simn commented 10 years ago

Are you going to fix this or do I have to? ;)

SmilyOrg commented 10 years ago

You already did apparently! I just added a fix fixes and additions :)