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
|
|
@ -83,6 +83,7 @@ namespace xo {
|
|||
void on_rightbrace_token(const token_type & tk);
|
||||
void on_then_token(const token_type & tk);
|
||||
void on_else_token(const token_type & tk);
|
||||
void on_f64_token(const token_type & tk);
|
||||
|
||||
// ----- parsing error -----
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue