Advanced Search
Search Results
2 total results found
CongoCC and Parsers
CongoCC for newcomers
What is CongoCC CongoCC a Java program and its main functionality is a "parser-generator". That is, CongoCC generates "parsers". A parser is a program that takes in as input a text file, parses the text file, and — in typical usage — generates a data structure...
A Closer Look at Parsers
CongoCC for newcomers
Parsers in detail The previous section described parsers at a high-level and described when they may be used. In this section, we're going to look at parsers in closer look. The concepts discussed here are foundational to how CongoCC works and is required if y...