parse

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

Meta