This is a Visual Basic 6.0 parser based on an ANTLR4 grammar, which generates an Abstract Syntax Tree (AST) and Abstract Semantic Graph (ASG) for Visual Basic 6.0 code. The AST represents plain Visual ...
This project requires a custom linker that can selectively swap VB6 .obj files for C/C++ replacement (surrogate) .cobj files before linking final executable.