A C runtime library for the atto programming language.
To build catto, run:
./build.sh
To start the interpreter, run:
runtime/build/catto
To run the example code (found at examples/hello.c
), run:
examples/build/hello
Compile with TEST_MEMORY
defined to run catto in an infinite loop, which can then be used with a process monitor to check for memory leaks.