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.
24 lines
No EOL
527 B
Text
24 lines
No EOL
527 B
Text
Success! Final stack:
|
|
(Lean.Doc.Syntax.role
|
|
"{"
|
|
`hello
|
|
[(Lean.Doc.Syntax.named_no_paren
|
|
`world
|
|
":="
|
|
(Lean.Doc.Syntax.arg_ident `gaia))]
|
|
"}"
|
|
"["
|
|
[(Lean.Doc.Syntax.text (str "\"there \""))
|
|
(Lean.Doc.Syntax.bold
|
|
"*"
|
|
[(Lean.Doc.Syntax.text (str "\"is\""))]
|
|
"*")
|
|
(Lean.Doc.Syntax.text (str "\" \""))
|
|
(Lean.Doc.Syntax.emph
|
|
"_"
|
|
[(Lean.Doc.Syntax.text
|
|
(str "\"a meaning!\""))]
|
|
"_")
|
|
(Lean.Doc.Syntax.text (str "\" \""))]
|
|
"]")
|
|
All input consumed. |