[dependencies.logos]
version = "0.15"
[dependencies.runmat-lexer]
version = "=0.2.8"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[lib]
name = "runmat_parser"
path = "src/lib.rs"
[package]
authors = ["Dystr Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Parser for RunMat (MATLAB/Octave) producing HIR from token streams"
edition = "2021"
homepage = "https://runmat.org"
license = "MIT"
license-file = "LICENSE"
name = "runmat-parser"
readme = "README.md"
repository = "https://github.com/runmat-org/runmat"
version = "0.2.8"
[[test]]
name = "ambiguous_command_and_metaclass"
path = "tests/ambiguous_command_and_metaclass.rs"
[[test]]
name = "cells_and_indexing"
path = "tests/cells_and_indexing.rs"
[[test]]
name = "classdef"
path = "tests/classdef.rs"
[[test]]
name = "classdef_minimal"
path = "tests/classdef_minimal.rs"
[[test]]
name = "command_form"
path = "tests/command_form.rs"
[[test]]
name = "command_syntax"
path = "tests/command_syntax.rs"
[[test]]
name = "flow_control"
path = "tests/flow_control.rs"
[[test]]
name = "functions_handles"
path = "tests/functions_handles.rs"
[[test]]
name = "fuzz_command_dynamic"
path = "tests/fuzz_command_dynamic.rs"
[[test]]
name = "fuzz_command_edges"
path = "tests/fuzz_command_edges.rs"
[[test]]
name = "fuzz_seeds"
path = "tests/fuzz_seeds.rs"
[[test]]
name = "globals_persistents"
path = "tests/globals_persistents.rs"
[[test]]
name = "imports_namespaces"
path = "tests/imports_namespaces.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[[test]]
name = "logical_precedence"
path = "tests/logical_precedence.rs"
[[test]]
name = "lvalue_assign"
path = "tests/lvalue_assign.rs"
[[test]]
name = "multi_assign"
path = "tests/multi_assign.rs"
[[test]]
name = "multi_assign_negatives"
path = "tests/multi_assign_negatives.rs"
[[test]]
name = "multi_output"
path = "tests/multi_output.rs"
[[test]]
name = "operators_extended"
path = "tests/operators_extended.rs"
[[test]]
name = "parser"
path = "tests/parser.rs"
[[test]]
name = "regressions"
path = "tests/regressions.rs"
[[test]]
name = "semicolon_parsing"
path = "tests/semicolon_parsing.rs"
[[test]]
name = "single_range_call"
path = "tests/single_range_call.rs"
[[test]]
name = "varargs"
path = "tests/varargs.rs"