-
trying to keep working, despite everything. here's a parser generator i've been working on for a few months. it uses the names and structure of your PEG grammar to generate a nice parse tree without needing actions. just f# for now, but others possible. github.com/nasser/arz
-
its extremely niche tech, but i couldnt find anything like it out there. i almost exclusively work on lisps, so ive never needed anything elaborate at the parse stage, but i am developing a compiler for a very syntaxy language for a client, so here i am!
-
this is the language. nothing to see yet, but its a wild one. github.com/nasser/OSKAR/tree/v3