[package]
license = "MIT"
name = "runmat-parser"
version = "0.5.0"
edition = "2021"
authors = ["Dystr Team"]
license-file = "LICENSE"
description = "Parser for RunMat (MATLAB/Octave) producing HIR from token streams"
homepage = "https://runmat.com"
repository = "https://github.com/runmat-org/runmat"
[dependencies]
runmat-lexer = { workspace = true }
serde = { version = "1.0", features = ["derive"] }