xo-reader: simplify: adopt exprseq_xs + drop .admits_definition()

This commit is contained in:
Roland Conybeare 2024-08-09 19:43:00 -04:00
commit 424a4cd0f1
11 changed files with 39 additions and 3 deletions

View file

@ -15,6 +15,7 @@ namespace xo {
def_expr_{std::move(def_expr)}
{}
#ifdef OBSOLETE
bool
define_xs::admits_definition() const
{
@ -41,6 +42,7 @@ namespace xo {
return false;
}
#endif
bool
define_xs::admits_symbol() const {