xo-tokenizer xo-reader: + bool literals + if-expr parsing

This commit is contained in:
Roland Conybeare 2025-07-22 07:20:56 -05:00
commit ce760bd5cf
30 changed files with 848 additions and 74 deletions

View file

@ -78,7 +78,7 @@ namespace xo {
using span_type = tokenizer_type::span_type;
public:
reader() = default;
explicit reader(bool debug_flag);
/** call once before calling .read_expr()
* for a new interactive session