Commit graph

4 commits

Author SHA1 Message Date
2c529c368a Reorder parsing so calls get properly parsed inside expressions 2025-06-21 21:04:26 +02:00
61ea8b3773 Move NODE-CONDITIONAL definition to proper place 2025-06-19 15:07:23 +02:00
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