add generic arrays

This commit is contained in:
r4
2021-12-30 17:59:28 +01:00
parent 6f91a71306
commit f6b74f8f97
7 changed files with 162 additions and 5 deletions

2
lex.c
View File

@@ -247,6 +247,8 @@ TokList lex(const char *s) {
case '}':
case '(':
case ')':
case '[':
case ']':
case ',':
case '+':
case '-':