Crates.io | wagon-gll |
lib.rs | wagon-gll |
version | 1.0.0 |
source | src |
created_at | 2024-06-06 15:10:23.628682 |
updated_at | 2024-06-06 15:10:23.628682 |
description | GLL library for WAGon generated parsers. |
homepage | |
repository | https://github.com/Rafaeltheraven/wagon-gll |
max_upload_size | |
id | 1263802 |
size | 99,726 |
Helper library for the WAGon parser generator. WAGon will generate a parser generator which does GLL parsing. All common GLL methods as well as the state are then retrieved from this library, whereas the generator will generate the specific data structures and code as required by the grammar.
This library could technically be used for any generic GLL parsing, as long as you stick to the GrammarLabel
structure.
For more information, see the paper as well as https://github.com/rafaeltheraven/wagon and https://github.com/Rafaeltheraven/wagon-togll/