nakala-lang / nakala

A dynamic programming language designed to feel familiar and be fun to use, written in Rust
MIT License
11 stars 1 forks source link

Tests: fix tests #4

Closed reaganmcf closed 3 years ago

reaganmcf commented 3 years ago

Fix tests

Now that there are lots of tokens associated with expressions, we should probably rewrite ParseError to allow descriptive errors instead of just expected vs actual token types.