zyxw59 / rssc

Rust rewrite of zyxw59/soundchanger and zyxw59/conlang
MIT License
0 stars 0 forks source link

More helpful errors in tokenization and parsing #6

Open zyxw59 opened 6 years ago

zyxw59 commented 6 years ago

Currently, the tokenization and parsing functions return errors saying what went wrong if something fails to tokenize or parse properly, but don't say where it went wrong (e.g. line or character numbers).