xo-expression: minor refactor: if_expr -> ifexpr
This commit is contained in:
parent
fe2053a7be
commit
78605a758d
3 changed files with 9 additions and 6 deletions
|
|
@ -20,6 +20,9 @@ namespace xo {
|
|||
* - execute it on a VM
|
||||
* - compile using LLVM
|
||||
* see xo-jit/
|
||||
*
|
||||
* Expressions are immutable. This means they can resused
|
||||
* across jit interactions
|
||||
**/
|
||||
class Expression : public ref::Refcount {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue