소스 검색

Fixed code

Yentl Van Tendeloo 9 년 전
부모
커밋
e54b061ac3
2개의 변경된 파일11548개의 추가작업 그리고 11542개의 파일을 삭제
  1. 11542 11542
      bootstrap/bootstrap.m
  2. 6 0
      bootstrap/bootstrap.py

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 11542 - 11542
bootstrap/bootstrap.m


+ 6 - 0
bootstrap/bootstrap.py

@@ -155,6 +155,10 @@ def bootstrap():
     include "compilation_manager.alc"
     include "constructors.alc"
     include "library.alc"
+    include "object_operations.alc"
+    include "conformance_scd.alc"
+    include "modelling.alc"
+    include "metamodels.alc"
 
     Void function __main():
     \tInteger interface
@@ -168,6 +172,8 @@ def bootstrap():
     \t\t\toutput("DONE")
     \t\telif (interface == 3):
     \t\t\tcompilation_manager()
+    \t\telif (interface == 4):
+    \t\t\tconstruct_model()
     \t\telse:
     \t\t\tlog("Unsupported interface!")
     '''