michaeljones / elm-parser

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Rust 100.0%