Changed lines at line 11
11: 1.1 Nedit
12: use {code:bash}nedit -import Phec/Phec.pats{code}
13: 1.1 Running
14: make all in the root to compile everything
15: {code:bash}./run {code} for fun to see all options
16: but for real use start
17: {code:bash}./run.sh task/sample0.world --red=testing/initial.phec --black=Simulator/test.prog {code}
18: without java you can use
19: {code:bash}./run --world=task/sample0.world --red=testing/initial.phec --black=Simulator/test.prog
20: --console -s100
21: {codeh}
22: 1.1 Phec Synyax
23: The syntax is defined in Phec/phec_lang.txt
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}