elm-parser icon indicating copy to clipboard operation
elm-parser copied to clipboard

A parser for the Elm language written in Rust using the nom library

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.