dyck 0.1.0

A crate for running Dyck and InterDyck algorithms over languages of generic <T> token enum instances or string slice types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.dyck-derive]
optional = true
version = "0.1.0"

[features]
default = []
derive = ["dyck-derive"]

[package]
authors = ["Race Williams <race@raquent.in>"]
description = "A crate for running Dyck and InterDyck algorithms over languages of generic <T> token enum instances or string slice types."
documentation = "https://docs.rs/dyck"
edition = "2021"
keywords = ["dyck", "spa", "grammar"]
license = "MIT"
name = "dyck"
repository = "https://github.com/raquentin/dyck"
version = "0.1.0"