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.
16 lines
No EOL
304 B
Text
16 lines
No EOL
304 B
Text
Failure @43 (⟨2, 12⟩): expected ')'
|
|
Final stack:
|
|
(Lean.Doc.Syntax.codeblock
|
|
"```"
|
|
[`scheme
|
|
[(Lean.Doc.Syntax.named
|
|
"("
|
|
`dialect
|
|
":="
|
|
(Lean.Doc.Syntax.arg_str
|
|
(str "\"chicken\""))
|
|
<missing>)]]
|
|
"\n"
|
|
(str "\"x\\n\"")
|
|
"```")
|
|
Remaining: "\nx\n```" |