diff options
| author | Cody <cody@codyq.dev> | 2023-04-08 03:48:24 -0500 |
|---|---|---|
| committer | Cody <cody@codyq.dev> | 2023-04-08 03:48:24 -0500 |
| commit | 0eadd4c889049bd89b9dff437f1ed477277452fb (patch) | |
| tree | 70d4dcd39e175af93c233910e24379f692028e86 /Cargo.toml | |
| parent | 2970520a9592b5c6d45291f54073552a474b71b4 (diff) | |
| download | sloth-0eadd4c889049bd89b9dff437f1ed477277452fb.tar.gz | |
Started on lexer
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ members = [ "crates/sloth", "crates/sloth_bytecode", + "crates/sloth_bytecode/macros", "crates/sloth_vm", ] |
