summaryrefslogtreecommitdiff
path: root/tools/gencode.js
AgeCommit message (Collapse)Author
2023-11-06Add tokenizer for gencode to allow spaces in lists.Tor Andersson
Tokens must be separated by spaces. If a token contains a ", `, or ' it may contain spaces within the quotes. If a token contains a (, {, or [ it may contain spaces within the parens. Thus, the string "foo(a, b, c)" is treated as one token, as is also the string "{ hello(a, b, c); bar(); return ['x', 'y z'] }"
2023-11-06events WIPMischa Untaga
2023-11-04card and code toolsMischa Untaga