Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/minibill/elm-interpreter


https://github.com/minibill/elm-interpreter

Last synced: about 7 hours ago
JSON representation

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`.