Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minibill/elm-interpreter
https://github.com/minibill/elm-interpreter
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/minibill/elm-interpreter
- Owner: miniBill
- License: bsd-3-clause
- Created: 2023-05-14T20:33:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T10:22:50.000Z (about 2 months ago)
- Last Synced: 2024-09-19T03:07:27.436Z (about 2 months ago)
- Language: Elm
- Size: 785 KB
- Stars: 27
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-interpreter
`elm-interpreter` is an intepreter for Elm, in Elm.
The key function is `Eval.eval : String -> Result Error Value` that takes as input Elm code and executes it.
# Testing
- Use `elm-test`.
- To make it faster, change the number in `test/Utiles.elm#slowTest`.