add const and volatile to type exprs; fix tag list parsing bug, restrict '@'s to symbol tokens

This commit is contained in:
ryanfleury
2021-02-06 20:23:29 -07:00
parent d96d76f167
commit 9da8264116
3 changed files with 45 additions and 7 deletions
+1
View File
@@ -14,6 +14,7 @@ int main(int argument_count, char **arguments)
" d: F32,\n"
" e: *[100]F32,\n"
" f: ([4 + 5]S32),\n"
" g: ([FOO + BAR]I32),\n"
"}\n\n");
MD_Node *code = MD_ParseWholeString(MD_S8Lit("Generated Test Code"), example_code);