xo-interpreter2: + nil + cons
This commit is contained in:
parent
31c32cbca7
commit
cc42c98928
22 changed files with 148 additions and 5 deletions
|
|
@ -309,6 +309,7 @@ namespace xo {
|
|||
this->on_operator_token(tk, p_psm);
|
||||
return;
|
||||
|
||||
case tokentype::tk_nil:
|
||||
case tokentype::tk_type:
|
||||
case tokentype::tk_lambda:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue