Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 281 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 281 Bytes

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.