mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-04 14:48:44 +00:00
add const and volatile to type exprs; fix tag list parsing bug, restrict '@'s to symbol tokens
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user