Join Nostr
2026-03-22 11:08:28 UTC

Nikita Lisitsa on Nostr: Another refactor: split the AST into pre-AST (the one where all statements are ...

Another refactor: split the AST into pre-AST (the one where all statements are linearized and independent, and only know their indentation) and the actual hierarchical AST. Removing stupid code feels good, should've done that long time ago!