docs.rs failed to build racc-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: racc-0.0.4

RACC -- Rust Another Compiler-Compiler

A port of the Berkeley YACC parser-generator to Rust

This port is NOT functional yet. The front-end (grammar parsing in reader.rs) works, the grammar analysis and table-building works, and it is capable of emitting tables into the AST of the program being generated. The last missing piece is the driver code which runs the state machine. That's relatively easy, just haven't finished it yet.