Jelajahi Sumber

Update bootstrap generator

Yentl Van Tendeloo 7 tahun lalu
induk
melakukan
3ac8254954
3 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. TEMPAT SAMPAH
      bootstrap/bootstrap.m.gz
  2. 1 1
      bootstrap/bootstrap.py
  3. TEMPAT SAMPAH
      bootstrap/minimal.m.gz

TEMPAT SAMPAH
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)
 

TEMPAT SAMPAH
bootstrap/minimal.m.gz