Class ParserGenerator

    • Method Detail

      • create

        public Parser create​(String input)
        Creates a Parser over the lexed tokens in the give input
        Parameters:
        input - the input to parser
        Returns:
        the Parser