Module ielr::output

source ·
Expand description

Structures outputed by compute_table.

Re-exports

  • pub use self::error::Error;

Modules

  • Errors while generating the LR table.

Structs

Enums

  • What action the parser should take upon seeing a lookahead (or more).
  • Either a Token, or EOF.