| Crates.io | lang-util |
| lib.rs | lang-util |
| version | 0.8.1 |
| created_at | 2021-04-04 23:04:55.788557+00 |
| updated_at | 2025-09-15 21:21:20.629016+00 |
| description | Utilities for implementing parsers and ASTs using lalrpop |
| homepage | https://github.com/alixinne/glsl-lang |
| repository | https://github.com/alixinne/glsl-lang |
| max_upload_size | |
| id | 379037 |
| size | 44,211 |
lang-util is a crate that implements utilities to parse and represent syntax trees.
It also provides error formatting facilities for parsers using
lalrpop.
This crate is tailored for use in the glsl-lang crate,
but you may use its utilities for implementing your own language parsers:
lalrpop feature enabled.Alixinne alixinne@pm.me
BSD-3-Clause