Skip to main content

Crate vb6core

Crate vb6core 

Source
Expand description

vb6core: shared types for the VB6 compiler and interpreter

This library owns the foundational type and error model shared between vb6semantic (static analysis) and vb6runtime (execution):

Keeping these types here ensures semantic analysis, code generation, and the interpreter all agree on the same type system.

Re-exports§

pub use error::VBError;
pub use error::VBResult;
pub use types::ArrayBound;
pub use types::TypeInfo;
pub use types::VBType;

Modules§

error
VB6 runtime error handling.
types
VB6 type system.

Constants§

VERSION
Library version.