- Index
- »
- fandoc
- »
- FandocParser
type
FandocParser
src
@Js
class FandocParser : Obj
FandocParser translate fandoc text into an in-memory representation of the document.
See pod doc for usage.
fields
errs |
List of errors detected |
---|---|
parseHeader |
If true, then leading lines starting with |
silent |
If not silent, then errors are dumped to stdout |
methods
main | |
---|---|
parse |
Parse the document from the specified in stream into an in-memory tree structure. |
parseStr |
Parse a string into its in-memory document tree structure. |