xo-expression: + Apply expressions

This commit is contained in:
Roland Conybeare 2024-06-13 16:20:53 -04:00
commit d6371ee369
6 changed files with 64 additions and 6 deletions

View file

@ -22,6 +22,7 @@ namespace xo {
}
virtual const std::string & name() const = 0;
virtual int n_arg() const = 0;
//virtual TypeDescr value_td() const override = 0;
//virtual TaggedPtr value_tp() const override = 0;