Playing around with the concept of an AST based compiler.
Find a file
2026-08-15 17:16:18 +02:00
src Adding function to extract names for identifiers, reducing repeated code. Identified bug in use statement. 2026-08-15 17:16:18 +02:00
.gitignore Starting a rust project 2026-04-06 19:50:50 +02:00
Cargo.toml Starting a rust project 2026-04-06 19:50:50 +02:00
head.buf Added use statement syntax to parser. 2026-04-11 14:09:45 +02:00
lang_design.md Changing syntax around traits on structs 2026-05-06 11:15:47 +02:00
LICENSE Initial commit 2026-04-06 17:48:18 +00:00
notes Adding function to extract names for identifiers, reducing repeated code. Identified bug in use statement. 2026-08-15 17:16:18 +02:00
README.md Starting a rust project 2026-04-06 19:50:50 +02:00
test.buf Adding function to extract names for identifiers, reducing repeated code. Identified bug in use statement. 2026-08-15 17:16:18 +02:00

Ast based compiler (palyground)

Playing around with the concept of an AST based compiler.