xo-expression: minor refactor: if_expr -> ifexpr

This commit is contained in:
Roland Conybeare 2024-06-17 13:43:21 -04:00
commit 78605a758d
3 changed files with 9 additions and 6 deletions

View file

@ -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: