General
Our team name is Formicoideas and we used primary haskell and java.
ICFP Webpage
Source
The submission can be downloaded from the panel beside.
Phec Synyax
The syntax is defined in Phec/phec_lang.txt
Nedit
We have syntax highlighning
nedit -import Phec/Phec.pats
Running
make all in the root to compile everything
for fun to see all options
but for real use start
./run.sh task/sample0.world --red=testing/initial.phec --black=Simulator/test.prog
without java you can use
./run --world=task/sample0.world --red=testing/initial.phec --black=Simulator/test.prog
--console -s100
to see 100 steps on the console and get report at the end
Comments
We use
haddock and Allans Todo-tool that requires
-- BlaBla @todo{fix that}