snazzy-d / sdc

The Snazzy D Compiler
MIT License
246 stars 55 forks source link

Fix octal escape sequence not working with leading zero #364

Closed MrSmith33 closed 3 months ago

MrSmith33 commented 3 months ago

Seems odd that for chars the error message doesn't include \.

Expected a valid escape sequence, not '8'.

instead of

Expected a valid escape sequence, not '\8'.