xo-interpreter2: + nil + cons

This commit is contained in:
Roland Conybeare 2026-03-11 16:19:40 -05:00
commit 2e1ae9bca3
30 changed files with 213 additions and 11 deletions

View file

@ -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;