Skip to content

michaeljones/elm-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages