Michael Sippel
4bc7fd1788
ltcc: map all outputted bytecode such that absolute addresses become relative to the file typing: rename scope to super_scope
11 lines
278 B
TOML
11 lines
278 B
TOML
[package]
|
|
name = "ltcore"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
laddertypes = { path = "../../lib-laddertypes", features = ["pretty"] }
|
|
tisc = { path = "../../lib-tisc" }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
iterate-text = "0.0.1"
|
|
tiny-ansi = "0.1.0"
|