geraldstanje / racc

A port of the Berkeley YACC parser-generator to Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C 90.0%Language:Rust 5.0%Language:Yacc 3.5%Language:Shell 0.6%Language:Groff 0.4%Language:DIGITAL Command Language 0.2%Language:C++ 0.2%Language:Makefile 0.1%Language:Batchfile 0.0%Language:Module Management System 0.0%Language:Perl 0.0%