feat(parser): and_or_rule in progress
This commit is contained in:
parent
5faa179b63
commit
82f35cfa08
4 changed files with 57 additions and 2 deletions
|
|
@ -56,7 +56,9 @@ enum token_type
|
|||
TOKEN_THEN,
|
||||
TOKEN_ELSE,
|
||||
TOKEN_FI,
|
||||
TOKEN_ELIF
|
||||
TOKEN_ELIF,
|
||||
TOKEN_AND,
|
||||
TOKEN_OR
|
||||
};
|
||||
|
||||
struct token
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue