Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 293 Bytes

File metadata and controls

7 lines (4 loc) · 293 Bytes

prolog-rust

Disclaimer: Nobody should actually read (or use) this code.

This project exists only as a record of my learning Rust and Prolog by implementing a Prolog in Rust.

I also used it to learn how Pratt parsers work, since I've always used parser combinators in the past.