|
@@ -295,7 +295,7 @@ try:
|
|
|
|
|
|
with open("bootstrap.al", "w") as f:
|
|
|
f.write(code)
|
|
|
- code = compile_code("bootstrap.al", "../interface/HUTN/grammars/actionlanguage.g", "BS", [])
|
|
|
+ code = compile_code("bootstrap.al", "../interface/HUTN/grammars/actionlanguage.g", "BS", ["--debug"])
|
|
|
os.remove("bootstrap.al")
|
|
|
return code.replace("auto_initial_IP", target)
|
|
|
|