chore: update stage0
This commit is contained in:
parent
6020e6682a
commit
28d4b2380d
2 changed files with 3921 additions and 3549 deletions
3
stage0/src/Lean/Elab/Syntax.lean
generated
3
stage0/src/Lean/Elab/Syntax.lean
generated
|
|
@ -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);
|
||||
|
|
|
|||
7467
stage0/stdlib/Lean/Elab/Syntax.c
generated
7467
stage0/stdlib/Lean/Elab/Syntax.c
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue