Expand description
Macro line parser for Rusty LR.
This crate is private and not intended to be used directly.
Please use the rusty_lr crate instead.
Modules§
Enums§
- Location
- Re-export Location for use by external crates (e.g. rusty_lr_buildscript)
type for %location for each token
stores index range
[start, end)in theSpanManager::spansvector, wherestartis the index of the first token in the span andendis the index of the last token + 1. - Table
Layout
Functions§
- target_
rusty_ lr_ version - This,
rusty_lr_parseris designed to generate a code, that will be relied onrusty_lr.