updated to fix breaking recusrion when a good tag was found, it now segfaults though
This commit is contained in:
parent
58986021de
commit
963b99c6bd
2 changed files with 15 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue