feat: add codegen, vm executor
Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
parent
8a98f29c9d
commit
f9ae59c77f
15 changed files with 4632 additions and 336 deletions
3
build.rs
Normal file
3
build.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
lalrpop::process_root().unwrap();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue