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 3573ec800a
23 changed files with 712 additions and 53 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