Skip to content

Releases: uwol/proleap-vb6-parser

v2.2.0

13 Dec 14:32
Compare
Choose a tag to compare

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

12 Nov 19:37
Compare
Choose a tag to compare
version 2.1.0

v2.0.0

29 Aug 09:59
Compare
Choose a tag to compare
ASG module procedure api