diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-02-06 22:19:32 +0000 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-02-06 22:19:32 +0000 |
| commit | 8cfae17535518cd10ebe26eb5d4539805ce81295 (patch) | |
| tree | 53da6cb276bdec3f9b5ccb88eaa7d49d5388ba1b /src/parser.c | |
| parent | df78b8ad3ebd263849eee6736fd78efe017522a4 (diff) | |
`map` literals
Diffstat (limited to 'src/parser.c')
| -rw-r--r-- | src/parser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.c b/src/parser.c index 652181c90..079e39c2f 100644 --- a/src/parser.c +++ b/src/parser.c @@ -1854,6 +1854,7 @@ bool is_literal_type(AstNode *node) { case AstNode_ArrayType: case AstNode_VectorType: case AstNode_StructType: + case AstNode_MapType: return true; } return false; |