|
@@ -93,11 +93,11 @@ while 1:
|
|
|
|
|
|
if command.startswith("$"):
|
|
|
# Invoke the HUTN parser
|
|
|
- tmp_file = "__constraint.al"
|
|
|
+ tmp_file = "__action.alc"
|
|
|
with open(tmp_file, 'w') as f:
|
|
|
- f.write("Element function constraint(model : Element, element_name : String):\n")
|
|
|
+ f.write("")
|
|
|
local_print("Entering HUTN coding environment.")
|
|
|
- local_print("There is no nice editor right now, so please just modify the file '__constraint.al' in this folder.")
|
|
|
+ local_print("There is no nice editor right now, so please just modify the file '__action.alc' in this folder.")
|
|
|
while 1:
|
|
|
local_print("When you are done, press <return> to continue.")
|
|
|
raw_input()
|