feat(tvix/eval): add initial barebones compiler
This compiler can only take care of very trivial literals so far. Change-Id: I9dfac75a801b7235f868061a979ae24159fe1425 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6070 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
parent
3aaefc3000
commit
34df2c8473
2 changed files with 66 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ use std::{
|
|||
};
|
||||
|
||||
mod chunk;
|
||||
mod compiler;
|
||||
mod errors;
|
||||
mod eval;
|
||||
mod opcode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue