added boolean literals and tests for them (no
parsing yet)
This commit is contained in:
@@ -64,5 +64,6 @@ struct ParserFixture {
|
||||
|
||||
void test_identifier(ast::expression*, std::string);
|
||||
void test_integer_literal(ast::expression*, int);
|
||||
void test_boolean_literal(ast::expression*, bool);
|
||||
void test_literal_expression(ast::expression*, std::any&);
|
||||
void test_infix_expression(ast::expression*, std::any, std::string, std::any);
|
||||
|
Reference in New Issue
Block a user