wagon-gll

Crates.iowagon-gll
lib.rswagon-gll
version1.0.0
sourcesrc
created_at2024-06-06 15:10:23.628682
updated_at2024-06-06 15:10:23.628682
descriptionGLL library for WAGon generated parsers.
homepage
repositoryhttps://github.com/Rafaeltheraven/wagon-gll
max_upload_size
id1263802
size99,726
(Rafaeltheraven)

documentation

https://dulfer.be/wagon/wagon-gll

README

WAGon-gll

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/

Commit count: 82

cargo fmt