feat(tvix/eval): add initial opcode representation
Change-Id: Ibc7685a6b0b92e08f0b6c82cf7d9b04fbb593a4e Reviewed-on: https://cl.tvl.fyi/c/depot/+/6068 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
parent
8b7d2fd59e
commit
48a7449834
2 changed files with 20 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ use std::{
|
|||
|
||||
mod errors;
|
||||
mod eval;
|
||||
mod opcode;
|
||||
mod value;
|
||||
|
||||
fn main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue