Tag: interpreters
All the articles with the tag "interpreters".
-
Testing an Elm Interpreter with elm-test
Learn how to test an Elm interpreter with elm-test at the lexer, parser, and interpreter boundaries, then extract a reusable testValue helper.
-
CONST: The Structure of a Tiny Interpreter in Elm
Build a tiny but complete interpreter in Elm and follow a program from source text through parsing and an AST to its evaluated result.