xo-numeric/include/xo/expression
2024-07-02 14:22:11 -04:00
..
Apply.hpp xo-expression: + Expression::get_free_variables() 2024-07-01 16:50:17 -04:00
Constant.hpp xo-expression: + Expression::visit_preorder() 2024-06-24 15:10:06 -04:00
ConstantInterface.hpp xo-expression: + Expression::get_free_variables() 2024-07-01 16:50:17 -04:00
Environment.hpp xo-expression: refactor: use GlobalEnv for MachPipeline::global_env 2024-06-30 19:33:18 -04:00
Expression.hpp xo-expression: + Expression::get_free_variables() 2024-07-01 16:50:17 -04:00
exprtype.hpp xo-expression: minor refactor: if_expr -> ifexpr 2024-06-17 13:43:21 -04:00
FunctionInterface.hpp xo-expression: refactor: Lambda/Primitive share FunctionInterface 2024-06-19 10:53:04 -04:00
GlobalEnv.hpp xo-expression: refactor: use GlobalEnv for MachPipeline::global_env 2024-06-30 19:33:18 -04:00
IfExpr.hpp xo-expression: + Expression::get_free_variables() 2024-07-01 16:50:17 -04:00
Lambda.hpp xo-expression: Lambda caches free var set + ::needs_closure() method 2024-07-01 20:53:22 -04:00
llvmintrinsic.hpp xo-expression: + several arithmetic intrinsics 2024-06-24 15:09:27 -04:00
LocalEnv.hpp xo-expression: refactor: LocalEnv::owner -> origin 2024-07-02 14:22:11 -04:00
Primitive.hpp xo-expression: + Primitive::intrinsic 2024-06-21 14:05:49 -04:00
PrimitiveInterface.hpp xo-expression: + Expression::get_free_variables() 2024-07-01 16:50:17 -04:00
Variable.hpp xo-expression: + ptr to originating lambda 2024-07-02 14:19:57 -04:00