finish list of valid types
This commit is contained in:
parent
35fc591c76
commit
6c78cffe56
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user