Crate lalrpop [] [src]

Modules

style

The Style type is a simplified view of the various attributes offered by the term library. These are enumerated as bits so they can be easily or'd together etc.

Structs

Configuration

Configure various aspects of how LALRPOP works. Intended for use within a build.rs script. To get the default configuration, use Configuration::new.

Functions

process_root

Process all files in the current directory, which -- unless you have changed it -- is typically the root of the crate being compiled.

process_root_unconditionally

Deprecated in favor of Configuration. Try: