Expistemic operators, quantification

This commit is contained in:
Artur Meski
2018-04-15 19:01:30 +01:00
parent 8a9ba95fed
commit 81e9d13ade
6 changed files with 19 additions and 3 deletions

View File

@@ -82,6 +82,14 @@ blank [ \t]
"U" return token::U;
"F" return token::F;
"G" return token::G;
"UK" return token::UK;
"UC" return token::UC;
"UD" return token::UD;
"UE" return token::UE;
"NK" return token::NK;
"NC" return token::NC;
"ND" return token::ND;
"NE" return token::NE;
"empty" return token::EMPTY;
"#".* ;