소스 검색

Updated bootstrap with code for import_node; also made *.m files binary to git

Yentl Van Tendeloo 8 년 전
부모
커밋
4998e5b904
3개의 변경된 파일1387개의 추가작업 그리고 1120개의 파일을 삭제
  1. 1 0
      .gitattributes
  2. 1382 1120
      bootstrap/bootstrap.m
  3. 4 0
      bootstrap/modelling.alc

+ 1 - 0
.gitattributes

@@ -0,0 +1 @@
+*.m binary

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


+ 4 - 0
bootstrap/modelling.alc

@@ -411,5 +411,9 @@ Void function construct_model():
 			local_name = input()
 			location = input()
 			export_node(location, global_models[local_name])
+		elif (command == "import_node"):
+			Element m
+			m = import_node(input())
+			dict_add(global_models, input(), m)
 		else:
 			log("Modelling error: did not understand command " + command)