xo-reader: wip: + exprseq_xs class

This commit is contained in:
Roland Conybeare 2024-08-09 14:10:16 -04:00
commit 04f79eaf01
4 changed files with 65 additions and 1 deletions

View file

@ -41,6 +41,7 @@ namespace xo {
return "???";
}
#ifdef OBSOLETE
bool
exprstate::admits_definition() const {
switch (exs_type_) {
@ -69,6 +70,7 @@ namespace xo {
return false;
}
#endif
bool
exprstate::admits_symbol() const {