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
|
|
@ -30,7 +30,7 @@ namespace xo {
|
|||
for (std::size_t i_tc = 0; i_tc < s_testcase_v.size(); ++i_tc) {
|
||||
const test_case & tc = s_testcase_v[i_tc];
|
||||
|
||||
reader rdr;
|
||||
reader rdr(c_debug_flag);
|
||||
|
||||
scope log(XO_ENTER2(always, c_debug_flag, "reader.testcase"),
|
||||
xtag("i_tc", i_tc));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue