Context automaton with augmented context: parsing

This commit is contained in:
Artur Meski
2018-03-28 20:46:19 +01:00
parent 753b217721
commit c90a87875a
6 changed files with 71 additions and 49 deletions

View File

@@ -55,6 +55,7 @@ blank [ \t]
")" return token::RRB;
"[" return token::LSB;
"]" return token::RSB;
"=" return token::EQ;
"<" return token::LAB;
">" return token::RAB;
":" return token::COL;