runmat-ignition 0.2.8

Baseline interpreter for RunMat enabling instant startup and execution
Documentation
[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1"

[dependencies.runmat-accelerate]
optional = true
version = "=0.2.8"

[dependencies.runmat-accelerate-api]
optional = true
version = "=0.2.8"

[dependencies.runmat-builtins]
version = "=0.2.8"

[dependencies.runmat-gc]
version = "=0.2.8"

[dependencies.runmat-hir]
version = "=0.2.8"

[dependencies.runmat-lexer]
version = "=0.2.8"

[dependencies.runmat-parser]
version = "=0.2.8"

[dependencies.runmat-runtime]
version = "=0.2.8"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[features]
default = ["native-accel"]
native-accel = ["runmat-accelerate", "runmat-accelerate-api"]
test-classes = ["runmat-runtime/test-classes"]

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

[package]
authors = ["Dystr Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Baseline interpreter for RunMat enabling instant startup and execution"
edition = "2021"
homepage = "https://runmat.org"
license = "MIT"
license-file = "LICENSE"
name = "runmat-ignition"
readme = "README.md"
repository = "https://github.com/runmat-org/runmat"
version = "0.2.8"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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