Contains classes of B-Method compiler. Parser of particular components is implemented by JavaCC tool and all generated files are situated in javacc subpackage. Parser context consist of:

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.