javacc
subpackage.
Parser context consist of:
PreprocessData
- collects information of compiler first pass - preprocessingDataContext
- manages components data during compiler's second passDefinitionsContext
- manages B-Method language definitions during compiler's second pass
B-Method project normally consist of several components defined in separated files and with
dependencies between them. For this reason is parsing of a whole project covered by ProjectParser
.