This is the conser interpreter.

The conser language is described in conser.html.

It is written in ocaml, and uses the Str (regexp) lib.
The ocaml distribution is available at http://caml.inria.fr/.

The Makefile uses GNU Make extensions.  Running make should make
conser, which is bytecode compiled.  Make xconser to make a native
executable (for platforms with native-code ocaml compiler support).

Run without arguments to start it in interactive mode.

Run with filename arguments to interpret the given files.

Run with -h for help with the command line interface.
