diff options
| author | Mica White <botahamec@outlook.com> | 2025-12-07 14:25:35 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2025-12-07 14:25:35 -0500 |
| commit | cfa44907065eb10e3b990506881b30c5891f0af2 (patch) | |
| tree | 90e2b818376a01294c8cc96184171861035c7319 /src/lib.rs | |
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 0000000..7f3fbdb --- /dev/null +++ b/src/lib.rs @@ -0,0 +1,5 @@ +pub mod ast; +pub mod builtins; +pub mod interpreter; +//pub mod ir; +pub mod tokens; |
