parse

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Creator.Type parse(Lexer lexer, Creator creator)
    Creator.Type
    parse
    (
    Creator
    alias Lexer
    string startNonterminal = "EBNF"
    )
    (
    ref Lexer lexer
    ,
    Creator creator
    )
  2. Creator.Type parse(string input, Creator creator, typeof(Lexer.init.front.currentLocation) startLocation)

Meta