Crates.io | gramma |
lib.rs | gramma |
version | 0.2.24 |
source | src |
created_at | 2021-02-10 02:12:55.220155 |
updated_at | 2024-05-28 20:25:45.82891 |
description | Generate a scannerless parser by declaring types. |
homepage | |
repository | https://github.com/youngspe/gramma |
max_upload_size | |
id | 352996 |
size | 239,907 |
gramma
is a declarative parser generator for Rust that allows you to define context-free grammars by declaring the types they parse into.
Documentation is incomplete but can be found at docs.rs.