riolet / rix

Rix language combines the power of C language and the convenience of a high level language
GNU General Public License v3.0
729 stars 27 forks source link

Fix string lexer #42

Closed makenowjust closed 8 years ago

makenowjust commented 8 years ago

Current compiler cannot parse this file:

print "\\" + "foo"

I fix it.

rrezel commented 8 years ago

Thank you!