Skip to content

subrange/expression

Repository files navigation

Expression

An interpreter for the Expression esoteric programming language.

NOTE: There are no arithmetic operations (add, subtract, multiply).

Installation

Prebuilt binaries are available under Releases

  1. Install OCaml by following the official guide.
  2. Install Dune:
opam install dune
  1. Clone the repository:
git clone https://github.com/subrange/expression.git
cd expression
  1. Build the project:
dune build
  1. The compiled binary will be located at:
_build/default/expression.exe

Usage

_build/default/expression.exe examples/hello.expr