Go to file
Janis 010e6d2bec LANGUAGE CHANGES
prefix binds tighter than as-expr, because &a as *u32 should be valid syntax
i think it can actually do pointer arithmetic somewhat validly now?
2024-08-25 03:09:54 +02:00
src LANGUAGE CHANGES 2024-08-25 03:09:54 +02:00
tests/faulty simple lexing error reporting 2024-08-09 18:58:26 +02:00
.gitignore initial commit 2024-08-06 20:58:09 +02:00
Cargo.toml simple lexing error reporting 2024-08-09 18:58:26 +02:00
grammar.bnf can generate naive ast and render 2024-08-08 19:14:14 +02:00
rust-toolchain initial commit 2024-08-06 20:58:09 +02:00