chore: update stage0

This commit is contained in:
Leonardo de Moura 2020-10-09 14:20:03 -07:00
parent 6020e6682a
commit 28d4b2380d
2 changed files with 3921 additions and 3549 deletions

View file

@ -138,6 +138,9 @@ partial def toParserDescrAux : Syntax → ToParserDescrM Syntax
else if kind == `Lean.Parser.Syntax.lookahead then do
d ← withoutLeftRec $ toParserDescrAux (stx.getArg 1);
`(ParserDescr.lookahead $d)
else if kind == `Lean.Parser.Syntax.interpolatedStr then do
d ← withoutLeftRec $ toParserDescrAux (stx.getArg 1);
`(ParserDescr.interpolatedStr $d)
else if kind == `Lean.Parser.Syntax.sepBy then do
d₁ ← withoutLeftRec $ toParserDescrAux (stx.getArg 1);
d₂ ← withoutLeftRec $ toParserDescrAux (stx.getArg 2);

File diff suppressed because it is too large Load diff