[dependencies.phf]
features = ["macros"]
version = "0.11.3"
[dependencies.unicode_categories]
version = "0.1.1"
[lib]
name = "stack_maxima_parser"
path = "src/lib.rs"
[package]
authors = ["Matti Harjula <matti.harjula@aalto.fi>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing"]
description = "Parser for the Modified Maxima syntax used in STACK."
edition = "2021"
homepage = "https://github.com/aharjula/stack_maxima_parser"
keywords = ["Maxima", "parser", "STACK"]
license = "MIT"
name = "stack_maxima_parser"
readme = "README.md"
repository = "https://github.com/aharjula/stack_maxima_parser"
version = "0.1.0"
[[test]]
name = "lexer"
path = "tests/lexer.rs"
[[test]]
name = "parser"
path = "tests/parser.rs"