xo-reader: refactor: streamline define_xs

This commit is contained in:
Roland Conybeare 2024-08-18 23:31:45 -04:00
commit 5b221b1fae
2 changed files with 4 additions and 37 deletions

View file

@ -75,9 +75,7 @@ namespace xo {
defexprstatetype defxs_type() const { return defxs_type_; }
bool admits_rightparen() const;
//bool admits_colon() const;
bool admits_semicolon() const;
//bool admits_semicolon() const;
//bool admits_symbol() const;
// virtual void on_f64(..) override