An interpreter for the Expression esoteric programming language.
NOTE: There are no arithmetic operations (add, subtract, multiply).
Prebuilt binaries are available under Releases
- Install OCaml by following the official guide.
- Install Dune:
opam install dune- Clone the repository:
git clone https://github.com/subrange/expression.git
cd expression- Build the project:
dune build- The compiled binary will be located at:
_build/default/expression.exe_build/default/expression.exe examples/hello.expr