Go to file
Janis 5c57dfb904 trying to refactor a bit:
- working on a string/bytes table
- no longer directly referencing ir outside of current function; the goal here
is to end up only generating ir for 1 function, then link together in assembling
step. this involves adding an GlobalRef() ast-node and ExternRef() ir instruction
2024-08-16 16:56:11 +02:00
src trying to refactor a bit: 2024-08-16 16:56:11 +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