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
|
|
@ -21,9 +21,10 @@ namespace xo {
|
|||
namespace ut {
|
||||
TEST_CASE("parser", "[parser]") {
|
||||
for (std::size_t i_tc = 0; i_tc < 2; ++i_tc) {
|
||||
parser_type parser;
|
||||
|
||||
constexpr bool c_debug_flag = true;
|
||||
|
||||
parser_type parser(c_debug_flag);
|
||||
|
||||
scope log(XO_DEBUG(c_debug_flag), xtag("i_tc", i_tc));
|
||||
|
||||
parser.begin_translation_unit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue