Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 363 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 363 Bytes

Elm Syntax Parser in Rust

Status

This was one of my first projects in Rust. I ran into troubles with nom macros and then with combine and then with lalrpop. Now I'm attempting to another approach following the guidance from Crafting Interpreters and you can see that over here.