europalang / Europa-Lang

A fun and simple language with NO classes whatsoever!
MIT License
22 stars 5 forks source link

String escapes #5

Closed 19wintersp closed 3 years ago

19wintersp commented 3 years ago

Allows C-style escapes in strings.

Throws SyntaxError with "Invalid string escape." on error.

cursorweb commented 3 years ago

Looks good!