Updated makefiles, updated the moo stuff and cleaned up some stuff that refused to compile

This commit is contained in:
maartenkeijzer 2007-11-12 16:23:57 +00:00
commit 18adaef056
19 changed files with 66 additions and 48 deletions

View file

@ -94,7 +94,7 @@ To add two values, do
Sym sym = var + const;
This will create a tree with tree nodes. All other operations work identically.
This will create a tree with three nodes. Other operators are overloaded similarily.
=== Evaluation (eval/) ===