Crates.io | lrtable |
lib.rs | lrtable |
version | 0.13.8 |
source | src |
created_at | 2018-12-13 18:26:36.119459 |
updated_at | 2024-11-07 15:32:24.651983 |
description | LR grammar table generation |
homepage | |
repository | https://github.com/softdevteam/grmtools |
max_upload_size | |
id | 101774 |
size | 106,539 |
lrtable
lrtable
takes in grammars from cfgrammar
and creates LR
state tables from them. Few users will be interested in its functionality
directly, except those doing advanced forms of grammar analysis.