shiftkit 0.2.0

A Rust library for building parsers and grammars
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "shiftkit"
version = "0.2.0"
edition = "2024"
description = "A Rust library for building parsers and grammars"
license = "MIT"
repository = "https://github.com/caydenlund/shiftkit"
keywords = ["parser", "grammar", "compiler", "language"]
categories = ["development-tools::build-utils", "parsing"]

[dependencies]