i think this is all the basic syntax i had in mind
authorcassowarii <cassowary@cassowary.me>
Sun, 28 Jun 2026 00:23:11 +0000 (17:23 -0700)
committercassowarii <cassowary@cassowary.me>
Sun, 28 Jun 2026 00:23:11 +0000 (17:23 -0700)
commiteb8513bd963f3d5b649bb95fd2f7358dc663b008
tree62bc87ac8f4dc97dcbd457a03f6cf40ce6597951
parentbd3694a706bbb964bc32c30d9390123c3dff476d
i think this is all the basic syntax i had in mind

(except @declarations, but those are just syntax sugar, we'll come back
to those!)
src/main.c
src/mem/buffer.c
src/parse/ast.h
src/parse/filereader.c
src/parse/lexer.c
src/parse/parser.c
src/parse/parser.h
src/parse/scanner.c
src/parse/scanner.h
src/parse/token.h