Explorar o código

Update bootstrap generator

Yentl Van Tendeloo %!s(int64=7) %!d(string=hai) anos
pai
achega
3ac8254954
Modificáronse 3 ficheiros con 1 adicións e 1 borrados
  1. BIN=BIN
      bootstrap/bootstrap.m.gz
  2. 1 1
      bootstrap/bootstrap.py
  3. BIN=BIN
      bootstrap/minimal.m.gz

BIN=BIN
bootstrap/bootstrap.m.gz


+ 1 - 1
bootstrap/bootstrap.py

@@ -223,7 +223,7 @@ def bootstrap():
                     # Now link the code with the compilation manager structure
 
                 print("[MERGE]")
-                all_code += "Boolean function main(model : Element):\n\tlog(\"INIT\")\n\treturn True!"
+                all_code += "\nBoolean function main(model : Element):\n\tlog(\"INIT\")\n\treturn True!\n"
                 with open("bootstrap/merged.alm", 'w') as merged:
                     merged.write(all_code)
 

BIN=BIN
bootstrap/minimal.m.gz