[package]
name = "swamp-script-code-gen"
version = "0.1.7"
edition = "2024"
license = "MIT"
description = "generates swamp-vm opcodes"
repository = "https://github.com/swamp/script"
[dependencies]
swamp-vm-types = { path = "../vm-types", version = "0.1.7" }
swamp-vm-instr-build = { path = "../vm-instr-build", version = "0.1.7" }
swamp-script-semantic = { path = "../semantic", version = "0.1.7" }
swamp-script-node = { path = "../node", version = "0.1.7" }
swamp-script-types = { path = "../types", version = "0.1.7" }
seq-map = "0.0.13"
tracing = "0.1.40"