vb6core 0.2.0

Shared type system and error model for the VB6 compiler and interpreter
Documentation
[package]
name = "vb6core"
version = "0.2.0"
edition = "2021"
authors = ["Arthur <scriptandcompile@gmail.com>"]
license = "MIT"
description = "Shared type system and error model for the VB6 compiler and interpreter"
repository = "https://github.com/scriptandcompile/vb6"
keywords = ["vb6", "visual-basic", "compiler", "types", "runtime"]
categories = ["development-tools", "compilers"]

[dependencies]
serde.workspace = true

# Optional LLVM backend support
inkwell = { workspace = true, optional = true }

[features]
default = []
llvm = ["inkwell"]

[lints]
workspace = true