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:
Vincent Ambo 2022-08-07 23:40:29 +03:00 committed by tazjin
parent 8b7d2fd59e
commit 48a7449834
2 changed files with 20 additions and 0 deletions

View file

@ -6,6 +6,7 @@ use std::{
mod errors;
mod eval;
mod opcode;
mod value;
fn main() {