got it to workgit add grammar.ygit add grammar.ygit add grammar.ygit add grammar.ygit add grammar.ygit add grammar.ygit add grammar.y! t#34

This commit is contained in:
Meyer Simon
2025-02-27 17:02:17 -05:00
parent f355de059f
commit 77596a9d96

View File

@ -63,7 +63,7 @@ input: /*empty for now*/
OPTIONAL;
OPTIONAL:
'[' {printf("success");};
L_BRACKET {printf("success");};
// B : '{'{CreateScope(cur,line,column)} E '}'; //Braced Expressions can have braces removed to get regular expressions
// D : '[' l ']'; //Declaration Lists Brackets can be taken out to get a list of Declarations
// E : Maybe_D U; //An expression can start with an optional D followed by an undeclared segment