Mercury.Formats library  1.0
The library provides format parsers for the Mercury library components.
 All Classes Namespaces Files Functions Properties
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CMercury.Formats.Basic.GrammarEntityParserClass for parsing grammar entities used in Mercury.
 CIDisposable
 CMercury.Formats.Basic.GrammarParserParses a grammar from a StreamReader. Grammar is expected in the format
 CMercury.Formats.Basic.RewriteRulesParser< T >Parses the file containing rewrite rules. It is of the following format:
 CMercury.Formats.Basic.InterpreterEntityParser< T >Class for parsing interpreter entities used in Mercury. Since there is a lot of tokens to scan, methods of the class work like "scanners", that is, their first parameter is always the full sequence of tokens and they only scan a subsequence specified by other parameters.