feat(parser): and_or_rule in progress

This commit is contained in:
Matteo Flebus 2026-01-22 19:57:49 +01:00
parent 5faa179b63
commit 82f35cfa08
4 changed files with 57 additions and 2 deletions

View file

@ -7,6 +7,7 @@
enum ast_and_or_type
{
AST_AND_OR_NULL,
AST_AND_OR_TYPE_AND,
AST_AND_OR_TYPE_OR
};