Proleap Vb6 Parser Versions Save

ProLeap ANTLR4-based parser for Visual Basic 6.0

v2.2.0

6 years ago

This release ensure consistency between the api of the ProLeap COBOL parser and the ProLeap Visual Basic 6.0 parser.

Features

  • Introduction of an optional params object, which contains charset information and how to react on syntax errors.
final VbParserParams params = new VbParserParamsImpl();
params.setCharset(...);
params.setIgnoreSyntaxErrors(...);
final Program program = new VbParserRunnerImpl().analyzeFile(inputFile, params);

v2.1.0

6 years ago

v2.0.0

6 years ago