diff options
Diffstat (limited to 'tvix/eval/src/main.rs')
-rw-r--r-- | tvix/eval/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/src/main.rs b/tvix/eval/src/main.rs index c55f48a5432e..bdb5818a3c2a 100644 --- a/tvix/eval/src/main.rs +++ b/tvix/eval/src/main.rs @@ -5,6 +5,7 @@ use std::{ }; mod chunk; +mod compiler; mod errors; mod eval; mod opcode; |