xo-reader2 stack: expand symbol table to store typedefs
+ typedef utest + misc qol policy choices
This commit is contained in:
parent
54ec84fd49
commit
fc25a17262
109 changed files with 2139 additions and 345 deletions
|
|
@ -591,6 +591,8 @@ namespace xo {
|
|||
tk_type = tokentype::tk_type;
|
||||
} else if (tk_text == "def") {
|
||||
tk_type = tokentype::tk_def;
|
||||
} else if (tk_text == "deftype") {
|
||||
tk_type = tokentype::tk_deftype;
|
||||
} else if (tk_text == "lambda") {
|
||||
tk_type = tokentype::tk_lambda;
|
||||
} else if (tk_text == "if") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue