Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halfzebra/parsimmon-experiment
https://github.com/halfzebra/parsimmon-experiment
ast elm
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/halfzebra/parsimmon-experiment
- Owner: halfzebra
- Created: 2018-02-24T23:27:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T15:56:03.000Z (over 6 years ago)
- Last Synced: 2025-01-07T13:01:29.585Z (27 days ago)
- Topics: ast, elm
- Language: TypeScript
- Size: 136 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)