Whipped up basic calculator style
2023-08-31 00:10:02.415343+02 by Dan Lyke 0 comments
Whipped up basic calculator style grammar specification and parser generation for work, handles numeric values and all the usual operators and basic variable assignment and use, and it's nice to have full control over the parser and be able to inspect the grammar for things like autocomplete and such, but boy howdy it's about to get into the language specification weeds and we should probably be thinking about adopting someone else's language...