runmat-parser 0.2.8

Parser for RunMat (MATLAB/Octave) producing HIR from token streams
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
license = "MIT"
name = "runmat-parser"
version = "0.2.8"
edition = "2021"
authors = ["Dystr Team"]
license-file = "LICENSE"
description = "Parser for RunMat (MATLAB/Octave) producing HIR from token streams"
homepage = "https://runmat.org"
repository = "https://github.com/runmat-org/runmat"

[dependencies]
runmat-lexer = { workspace = true }
logos = { workspace = true }
serde = { version = "1.0", features = ["derive"] }