2305e6453f
- Generated functions take parser state as input - Start of code generation - WIP modeling of sequences
13 lines
161 B
TOML
13 lines
161 B
TOML
[package]
|
|
name = "peg_macro"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.95"
|
|
quote = "1.0.40"
|
|
syn = "2.0.101"
|