Signature of an FSL parse function: takes a source string and returns a JssmParseTree. Used to type the parser export so consumers can swap in alternative parser implementations.
JssmParseTree
Signature of an FSL parse function: takes a source string and returns a
JssmParseTree. Used to type the parser export so consumers can swap in alternative parser implementations.