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.
29 lines
No EOL
812 B
Text
29 lines
No EOL
812 B
Text
Failure @65 (⟨4, 0⟩): expected '`' to close inline code
|
|
Final stack:
|
|
[(Lean.Doc.Syntax.para
|
|
"para{"
|
|
[(Lean.Doc.Syntax.text
|
|
(str "\"Attention:\""))]
|
|
"}")
|
|
(Lean.Doc.Syntax.para
|
|
"para{"
|
|
[(Lean.Doc.Syntax.text
|
|
(str
|
|
"\"Here is a paragraph with an unterminated \""))
|
|
(Lean.Doc.Syntax.code
|
|
"`"
|
|
(str "\"code block\"")
|
|
<missing>)
|
|
(Lean.Doc.Syntax.text
|
|
(str
|
|
"\"that would be super annoying without error recovery in the\""))
|
|
(Lean.Doc.Syntax.linebreak
|
|
"line!"
|
|
(str "\"\\n\""))
|
|
(Lean.Doc.Syntax.text (str "\"parser.\""))]
|
|
"}")
|
|
(Lean.Doc.Syntax.para
|
|
"para{"
|
|
[(Lean.Doc.Syntax.text (str "\"Yep.\""))]
|
|
"}")]
|
|
Remaining: "that would be super annoying without error recovery in the\nparser.\n\nYep." |