Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/halfzebra/parsimmon-experiment


https://github.com/halfzebra/parsimmon-experiment

ast elm

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# WIP

[![Build Status](https://travis-ci.org/halfzebra/parsimmon-experiment.svg?branch=master)](https://travis-ci.org/halfzebra/parsimmon-experiment)

An experiment of porting [Bogdanp/elm-ast](https://github.com/Bogdanp/elm-ast) to JavaScript using [jneen/parsimmon](https://github.com/jneen/parsimmon).

## Helpful Links

[C – Tokens and keywords](https://fresh2refresh.com/c-programming/c-tokens-identifiers-keywords/)
[Elm Destructuring reference](https://gist.github.com/yang-wei/4f563fbf81ff843e8b1e)
[Operator-precedence parser](https://en.wikipedia.org/wiki/Operator-precedence_parser)

## Acknowledgments

- [bogdanp/elm-ast](https://github.com/Bogdanp/elm-ast)
- [stil4m/elm-syntax](https://github.com/stil4m/elm-syntax)
- [jneen/parsimmon](https://github.com/jneen/parsimmon)
- [elm-lang/parser](https://github.com/elm-lang/parser)
- [Elm Compiler Documentation](https://github.com/elm-community/elm-compiler-docs)