https://github.com/halfzebra/parsimmon-experiment
https://github.com/halfzebra/parsimmon-experiment
ast elm
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/halfzebra/parsimmon-experiment
- Owner: halfzebra
- Created: 2018-02-24T23:27:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T15:56:03.000Z (over 7 years ago)
- Last Synced: 2025-01-20T10:14:12.030Z (over 1 year 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
[](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)