dlang-community / SDLang-D

An SDLang (Simple Declarative Language) library for D
http://sdlang.org
Other
120 stars 21 forks source link

Escape sequence results in range violation error #31

Closed s-ludwig closed 9 years ago

s-ludwig commented 9 years ago
parseSource(`test "\"foo\""`);

core.exception.RangeError@src\sdlang\lexer.d(538): Range violation

Tested on git master.

Abscissa commented 9 years ago

Fixed and tagged v0.9.3