alterae / lang

(an attempt to build) a programming language, as a learning experience and for fun
MIT License
3 stars 0 forks source link

parser error handling #1

Open alterae opened 2 years ago

alterae commented 2 years ago

right now we're just calling panic! the first time we hit an invalid token. this is not ideal.