VB6 umbrella workspace

VB6

A coordinated set of Rust and tooling projects for parsing, analyzing, converting, and extending Visual Basic 6.

0
Projects tracked
0
Stable or mature
0
With docs entrypoints

Workspace shape

One repository, multiple layers

Core path

vb6parse is the foundation: tokenizer, parser, CST, library documentation, wasm playground, coverage, and benchmarks.

Analysis path

vb6semantic, vb6runtime, and vb6core build the semantic and execution layers that sit above parsing.

Migration path

vb6convert, vb6codegen, vb6compile, and vb6libraries define the conversion and code-generation toolchain.

Project index

Current projects and their entry points

Immediate work

What still needs to be built

Publish the umbrella site

Keep `docs/` as the canonical landing page for the entire workspace and route visitors to the component projects from there.

Normalize metadata

Move project status and link data into a small machine-readable source so the hub can stay current without manual page edits.

Unify automation

Promote build, coverage, and docs generation to root-level workflows so every project feeds the same repo-wide surface.