logo

class

fandoc::FandocParser

sys::Obj
  fandoc::FandocParser

FandocParser translate fandoc text into an in-memory representation of the document.

Slots

main

static Void main()

parse

Doc parse(Str filename, InStream in, Bool close := def)

Parse the document from the specified in stream into an in-memory tree structure. If close is true, the stream is guaranteed to be closed.