xo-tokenizer xo-reader: + bool literals + if-expr parsing
This commit is contained in:
parent
1f532c17ed
commit
3573ec800a
23 changed files with 712 additions and 53 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue