General
Our team name is XXX and we used haskell.
ICFP Webpage
Source
To get the source from CVS use:
export CVSROOT="yourname@flexman.homeip.net:/home/cvsroot"
export CVS_RSH="ssh"cvs checkout icfp2004
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}