Commit graph

2 commits

Author SHA1 Message Date
2b94745734 Some little cleanup 2025-06-13 09:19:00 +02:00
928cdfd318 Add user-side compiler's parser
It ingests tokens via a "token stream", and feeds out a node
tree. It's a mostly handwritten recursive descent parser with the
occasional Lisp macros for convenience.
2025-05-22 13:14:55 +02:00