feat: more scaffolding for functions!

This commit is contained in:
NunoSempere 2023-05-07 12:32:42 -04:00
parent c43aeac8c0
commit c145c862f9
2 changed files with 1 additions and 1 deletions

BIN
mumble

Binary file not shown.

View File

@ -995,7 +995,7 @@ int main(int argc, char** argv)
/* Define them with the following Language */
mpca_lang(MPCA_LANG_DEFAULT, " \
number : /-?[0-9]+\\.?([0-9]+)?/ ; \
symbol : /[a-zA-Z0-9_+\\-*\\/\\\\=<>!&]+/ ; \
symbol : /[a-zA-Z0-9_+\\-*\\/\\\\=<>!&@]+/ ; \
sexpr : '(' <expr>* ')' ; \
qexpr : '{' <expr>* '}' ; \
expr : <number> | <symbol> | <sexpr> | <qexpr>; \