parsevm 0.0.1

PEG-like parser tool, grammar matching implemented in virtual machine style, for handwritten lexers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "parsevm"
license = "Apache-2.0"
authors = ["Eugene Lukash <e.lucash@gmail.com>"]
description = "PEG-like parser tool, grammar matching implemented in virtual machine style, for handwritten lexers"
repository = "https://github.com/immutables/lang"
keywords = ["parser", "peg", "swar", "dsl"]

version.workspace = true
edition.workspace = true

[dependencies]
annotate-snippets = "0.12.10"

[features]
unsafe_optimizations = [] # off by default
default = []