Skip to main content

Crate rusty_lr_parser

Crate rusty_lr_parser 

Source
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§

emit
error
grammar
partition
rangeresolver
terminal_info
utils

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 the SpanManager::spans vector, where start is the index of the first token in the span and end is the index of the last token + 1.
TableLayout

Functions§

target_rusty_lr_version
This, rusty_lr_parser is designed to generate a code, that will be relied on rusty_lr.