general decl parsing

This commit is contained in:
2026-08-02 22:31:33 +02:00
parent a0ba0865ff
commit 469415a5b4
2 changed files with 54 additions and 10 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ test import "@source/lexer"
program ::
`# literals
`x :: 123
`x int :: 123
main proc() void {
strpool.strings = strpool.init(mem.c_allocator)