Crate lalrpop

source ·

Structs

  • 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 all files in the current directory, which – unless you have changed it – is typically the root of the crate being compiled.
  • Deprecated in favor of Configuration.