CA parsing (without interpretation)

This commit is contained in:
Artur Meski
2018-02-17 22:09:48 +00:00
parent bd4b74703d
commit f5a7d857c6
2 changed files with 21 additions and 4 deletions

View File

@@ -53,6 +53,7 @@ blank [ \t]
"]" return token::RSB;
"<" return token::LAB;
">" return token::RAB;
":" return token::COL;
";" return token::SEMICOL;
"," return token::COMMA;
"->" return token::RARR;