test(tazjin/rlox): Add a handful of interpreter tests
Change-Id: I32dd896d42cc73d68d73093e9cbb74b48d95e041 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2386 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
This commit is contained in:
parent
0c1c4584cb
commit
f4a6e9f133
2 changed files with 66 additions and 0 deletions
|
|
@ -8,6 +8,9 @@ use std::sync::RwLock;
|
|||
// Implementation of built-in functions.
|
||||
mod builtins;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
// Tree-walk interpreter
|
||||
|
||||
// Representation of all callables, including builtins & user-defined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue