xo-reader: wip: + exprseq_xs class
This commit is contained in:
parent
74099cacab
commit
04f79eaf01
4 changed files with 65 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue