Crates.io | vb6parse |
lib.rs | vb6parse |
version | 0.4.1 |
source | src |
created_at | 2024-09-11 05:45:02.109513 |
updated_at | 2024-09-30 06:31:02.876675 |
description | vb6parse is a library for parsing and analyzing VB6 code, from projects, to controls, to modules, and forms. |
homepage | |
repository | https://github.com/scriptandcompile/vb6parse |
max_upload_size | |
id | 1371604 |
size | 7,634,453 |
VB6Parse aims to be a complete, end-to-end parser library for VB6. Including, but not limited to:
First work has focused on the (vbp) project files since is the method to discover all other files that should be linked/referenced within a project.
Unit Testing (partial).
Integration/End-to-End Testing.
Benchmarking.
Top level API finalization.
Documentation.
Examples.
Be sure to use git submodule update --init --recursive
to get all integration test submodule data.