diff --git a/src/compiler.rs b/src/compiler.rs index 402ec18..4b90399 100644 --- a/src/compiler.rs +++ b/src/compiler.rs @@ -59,7 +59,7 @@ impl<'a> Chunk<'a> { spans: vec![], strings: vec![], keywords: vec![ - "nil", "bool", "number", "keyword", "string", "tuple", "list", "", + "nil", "bool", "number", "keyword", "string", "tuple", "list", "dict", "box", "fn", ], nodes: vec![], ast: &ast.0,