Skip to content
/ racc Public
forked from sivadeilra/racc

A port of the Berkeley YACC parser-generator to Rust

License

Notifications You must be signed in to change notification settings

hulunbier/racc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A port of the Berkeley YACC parser-generator to Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.7%
  • Rust 5.1%
  • Bison 3.5%
  • Shell 0.6%
  • Makefile 0.1%
  • C++ 0.0%