xo-interpreter: Object->TaggedPtr conversion (prep for primitives)
This commit is contained in:
parent
22670cda3d
commit
4488117ac3
16 changed files with 371 additions and 26 deletions
|
|
@ -20,7 +20,7 @@ namespace xo {
|
|||
**/
|
||||
struct type2llvm {
|
||||
public:
|
||||
using FunctionInterface = xo::scm::FunctionExprInterface;
|
||||
using FunctionInterface = xo::scm::ProcedureExprInterface;
|
||||
using Lambda = xo::scm::Lambda;
|
||||
using TypeDescr = xo::reflect::TypeDescr;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue