Projects | PP

PP - Play Parsers

A parser written in Rust that has or doesnt need any lexer as its using regex to find its matches in a grouped manner! I'm not sure how accurate or does it really cover the grammer a RDP should cover (Yes I implemented a Recursive Decent Parser). But it was good way to learn regex library in Rust.

View the project on github ->