swamp-script-vm-test 0.1.9

examples and tests on how to use the swamp vm with swamp script
Documentation
[[bench]]
harness = false
name = "benchmark"
path = "benches/benchmark.rs"

[dependencies.hexify]
version = "0.0.3"

[dependencies.seq-map]
version = "0.0.13"

[dependencies.swamp-script-code-gen]
version = "0.1.9"

[dependencies.swamp-script-code-gen-program]
version = "0.1.9"

[dependencies.swamp-script-compile]
version = "0.1.9"

[dependencies.swamp-script-semantic]
version = "0.1.9"

[dependencies.swamp-script-source-map-lookup]
version = "0.1.9"

[dependencies.swamp-script-types]
version = "0.1.9"

[dependencies.swamp-vm]
features = []
version = "0.1.9"

[dependencies.swamp-vm-disasm]
version = "0.1.9"

[dependencies.swamp-vm-types]
features = []
version = "0.1.9"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.test-log]
features = ["trace", "log", "color"]
version = "0.2.16"

[lib]
name = "swamp_script_vm_test"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "examples and tests on how to use the swamp vm with swamp script"
edition = "2024"
license = "MIT"
name = "swamp-script-vm-test"
readme = false
repository = "https://github.com/swamp/script"
resolver = "2"
version = "0.1.9"

[[test]]
name = "assign"
path = "tests/assign.rs"

[[test]]
name = "call"
path = "tests/call.rs"

[[test]]
name = "constant"
path = "tests/constant.rs"

[[test]]
name = "destructuring"
path = "tests/destructuring.rs"

[[test]]
name = "guard"
path = "tests/guard.rs"

[[test]]
name = "host"
path = "tests/host.rs"

[[test]]
name = "match_expr"
path = "tests/match_expr.rs"

[[test]]
name = "optional"
path = "tests/optional.rs"

[[test]]
name = "range"
path = "tests/range.rs"

[[test]]
name = "string"
path = "tests/string.rs"

[[test]]
name = "vec"
path = "tests/vec.rs"

[[test]]
name = "vm"
path = "tests/vm.rs"

[[test]]
name = "when"
path = "tests/when.rs"

[[test]]
name = "while_loop"
path = "tests/while_loop.rs"

[[test]]
name = "with"
path = "tests/with.rs"