This PR upstreams the Verso parser and adds preliminary support for Verso in docstrings. This will allow the compiler to check examples and cross-references in documentation. After a `stage0` update, a follow-up PR will add the appropriate attributes that allow the feature to be used. The parser tests from Verso also remain to be upstreamed, and user-facing documentation will be added once the feature has been used on more internals.
21 lines
No EOL
489 B
Text
21 lines
No EOL
489 B
Text
Failure @21 (⟨3, 0⟩): expected indentation at least 1
|
|
Final stack:
|
|
[(Lean.Doc.Syntax.dl
|
|
"dl{"
|
|
[(Lean.Doc.Syntax.desc
|
|
":"
|
|
[(Lean.Doc.Syntax.text
|
|
(str "\" an excellent idea\""))]
|
|
"=>"
|
|
<missing>)]
|
|
"}")
|
|
(Lean.Doc.Syntax.para
|
|
"para{"
|
|
[(Lean.Doc.Syntax.text
|
|
(str "\"Let's say more!\""))]
|
|
"}")
|
|
(Lean.Doc.Syntax.para
|
|
"para{"
|
|
[(Lean.Doc.Syntax.text (str "\"hello\""))]
|
|
"}")]
|
|
Remaining: "Let's say more!\n\nhello" |