The setup for leema is still pretty manual, but is only 3 steps.
- C/C++ standard libraries
- flex
- nosetests (optional until you want to run tests)
git clone git://github.com/mdg/leema.git
cd leema
git submodule update --init lemon_rust
make
./target/debug/leema run T/hello.lma
You should have seen "hello world\n" print to your console. If that worked, you're ready to write your own program! Open a new file at T/basics.lma and let's get started!