xo-interpreter: apply expressions + llvm builtins working!
This commit is contained in:
parent
7ca1366bec
commit
1d1e72adf3
31 changed files with 531 additions and 50 deletions
|
|
@ -610,7 +610,7 @@ namespace xo {
|
|||
const char * expect_str,
|
||||
parserstatemachine * p_psm) const
|
||||
{
|
||||
std::string errmsg = tostr("unexpected token for parsing state",
|
||||
std::string errmsg = tostr("exprstate::illegal_input_on_token: unexpected token for parsing state",
|
||||
xtag("expecting", expect_str),
|
||||
xtag("token", tk.tk_type()),
|
||||
xtag("text", tk.text()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue