parse multiple if-then-else pairs into one AST node

This commit is contained in:
Folkert 2021-02-23 15:21:19 +01:00
parent 5d8944fc6a
commit 3907680536
3 changed files with 85 additions and 57 deletions

View file

@ -422,6 +422,7 @@ pub enum If<'a> {
Syntax(&'a SyntaxError<'a>, Row, Col),
IndentCondition(Row, Col),
IndentIf(Row, Col),
IndentThen(Row, Col),
IndentElse(Row, Col),