Informatik, Modellbau und Privates von Georg
[ start | index | login ]

Changes of ICFP 2004 from #13 to #14

Changed lines at line 23
23: 1.1 Phec (Pheromone Compiler)
24: 1.1 Nedit
25: We have syntax highlighning {code:bash}nedit -import Phec/Phec.pats{code}
26: 1.1 Running
27: make all in the root to compile everything
28: {code:bash}./run {code} for fun to see all options
29: but for real use start
30: {code:bash}./run.sh task/sample0.world --red=testing/initial.phec --black=Simulator/test.prog {code}
31: without java you can use
32: {code:bash}./run --world=task/sample0.world --red=testing/initial.phec --black=Simulator/test.prog
33: --console -s100
34: {code}
35: to see 100 steps on the console and get report at the end
36: 1.1 Comments
37: We use {link:haddock|http://www.haskell.org/haddock/} and Allans Todo-tool that requires
38: {code:haskell}
39: -- BlaBla @todo{fix that}
40: {code}
41: Here the modules we have written:
42: - [ICFP 2004/Phec|Phec (Pheromone Compiler)]
43: - [ICFP 2004/Simulator]
44: - [ICFP 2004/Frontend]
45: 1.1 Formicoideas strategy

Content

Help
For hints about formatting text see snipsnap-help.

Logged in Users: (1)
… and a Guest.

Recently Changed
snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt