From 0eadd4c889049bd89b9dff437f1ed477277452fb Mon Sep 17 00:00:00 2001 From: Cody Date: Sat, 8 Apr 2023 03:48:24 -0500 Subject: Started on lexer --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bc46f62..e4a78d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ members = [ "crates/sloth", "crates/sloth_bytecode", + "crates/sloth_bytecode/macros", "crates/sloth_vm", ] -- cgit v1.2.3