All Projects → michaeljones → elm-parser

michaeljones / elm-parser

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

Programming Languages

rust
11053 projects

Labels

Projects that are alternatives of or similar to elm-parser

weedle
A WebIDL Parser
Stars: ✭ 37 (+131.25%)
Mutual labels:  nom
rust-python-parser
A Python parser written in Rust using nom
Stars: ✭ 56 (+250%)
Mutual labels:  nom
Nom
Rust parser combinator framework
Stars: ✭ 5,987 (+37318.75%)
Mutual labels:  nom
flavors
FLV parser in Rust with nom
Stars: ✭ 58 (+262.5%)
Mutual labels:  nom
nom-bibtex
A feature complete bibtex parser using nom
Stars: ✭ 13 (-18.75%)
Mutual labels:  nom
fitparse-rs
Rust library to parse FIT formatted files
Stars: ✭ 20 (+25%)
Mutual labels:  nom

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].