finish list of valid types

This commit is contained in:
Scott Richmond 2024-12-15 23:49:27 -05:00
parent 35fc591c76
commit 6c78cffe56

View File

@ -59,7 +59,7 @@ impl<'a> Chunk<'a> {
spans: vec![], spans: vec![],
strings: vec![], strings: vec![],
keywords: vec![ keywords: vec![
"nil", "bool", "number", "keyword", "string", "tuple", "list", "", "nil", "bool", "number", "keyword", "string", "tuple", "list", "dict", "box", "fn",
], ],
nodes: vec![], nodes: vec![],
ast: &ast.0, ast: &ast.0,