uwol / proleap-vb6-parser

ProLeap ANTLR4-based parser for Visual Basic 6.0
MIT License
79 stars 26 forks source link

ASG only available for BAS/CLS? #20

Open AceTheFace opened 2 years ago

AceTheFace commented 2 years ago

I'm not a VB6 programmer but should write some analysis tools for existing VB6 applications. The ASG feature sounds promising, but I'm wondering why this is limited to CLS and BAS files. From an AST point of view Forms are matching the structure of a BAS module, so it doesn't seem to be a technical restriction. Happy to get some feedback!