updated to fix breaking recusrion when a good tag was found, it now segfaults though

This commit is contained in:
herbglitch 2024-10-31 19:58:11 -06:00
parent 58986021de
commit 963b99c6bd
2 changed files with 15 additions and 6 deletions

View file

@ -3,7 +3,7 @@
#include "arc/std/parser.h"
//TODO: fix lambda
#define LAMBDA 20
#define LAMBDA 0
#define CHAR ARC_LEXER_TOKEN_ALPHALOWERCHAR
#define NUM ARC_LEXER_TOKEN_NUMBER
#define CHAR_OR_NUM 23