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
|
|
@ -24,7 +24,7 @@ namespace xo {
|
|||
|
||||
gp<Integer>
|
||||
Integer::from(gp<Object> x) {
|
||||
return dynamic_cast<Integer*>(x.ptr());
|
||||
return gp<Integer>::from(x);
|
||||
}
|
||||
|
||||
TaggedPtr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue