|
@@ -59,6 +59,8 @@
|
|
|
756916A22A28FE20005FF14B /* XCTLRuntimeTypeInstance.m in Sources */ = {isa = PBXBuildFile; fileRef = 756916A02A28FE20005FF14B /* XCTLRuntimeTypeInstance.m */; };
|
|
|
756916A52A28FF05005FF14B /* module.modulemap in Sources */ = {isa = PBXBuildFile; fileRef = 756916A42A28FF05005FF14B /* module.modulemap */; };
|
|
|
756916A72A28FF3D005FF14B /* module.modulemap in Sources */ = {isa = PBXBuildFile; fileRef = 756916A62A28FF3D005FF14B /* module.modulemap */; };
|
|
|
+ 756916AA2A29A0B8005FF14B /* XCTLPrefixExpression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 756916A92A29A0B8005FF14B /* XCTLPrefixExpression.swift */; };
|
|
|
+ 756916AC2A29A357005FF14B /* XCTLExpression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 756916AB2A29A357005FF14B /* XCTLExpression.swift */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
@@ -142,6 +144,8 @@
|
|
|
756916A02A28FE20005FF14B /* XCTLRuntimeTypeInstance.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XCTLRuntimeTypeInstance.m; sourceTree = "<group>"; };
|
|
|
756916A42A28FF05005FF14B /* module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = module.modulemap; sourceTree = "<group>"; };
|
|
|
756916A62A28FF3D005FF14B /* module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = module.modulemap; sourceTree = "<group>"; };
|
|
|
+ 756916A92A29A0B8005FF14B /* XCTLPrefixExpression.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XCTLPrefixExpression.swift; sourceTree = "<group>"; };
|
|
|
+ 756916AB2A29A357005FF14B /* XCTLExpression.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XCTLExpression.swift; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -214,22 +218,22 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
7520C4082A283B1E0010E7F8 /* VirtualStatement */,
|
|
|
+ 7520C4002A283B1E0010E7F8 /* XCTLStatement.swift */,
|
|
|
+ 7520C3FE2A283B1E0010E7F8 /* XCTLStatementType.swift */,
|
|
|
7520C3F82A283B1E0010E7F8 /* XCTLImportStatement.swift */,
|
|
|
+ 7520C4032A283B1E0010E7F8 /* XCTLExportStatement.swift */,
|
|
|
7520C3F92A283B1E0010E7F8 /* XCTLImmediateStatement.swift */,
|
|
|
7520C3FA2A283B1E0010E7F8 /* XCTLLazyEqualStatement.swift */,
|
|
|
7520C3FB2A283B1E0010E7F8 /* XCTLRootStatement.swift */,
|
|
|
7520C3FC2A283B1E0010E7F8 /* XCTLNextthanStatement.swift */,
|
|
|
7520C3FD2A283B1E0010E7F8 /* XCTLInitStatement.swift */,
|
|
|
- 7520C3FE2A283B1E0010E7F8 /* XCTLStatementType.swift */,
|
|
|
7520C3FF2A283B1E0010E7F8 /* XCTLSwitchStatement.swift */,
|
|
|
- 7520C4002A283B1E0010E7F8 /* XCTLStatement.swift */,
|
|
|
7520C4012A283B1E0010E7F8 /* XCTLParagraphStatement.swift */,
|
|
|
7520C4022A283B1E0010E7F8 /* XCTLFunctionCallStatement.swift */,
|
|
|
- 7520C4032A283B1E0010E7F8 /* XCTLExportStatement.swift */,
|
|
|
7520C4042A283B1E0010E7F8 /* XCTLEqualthanStatement.swift */,
|
|
|
7520C4052A283B1E0010E7F8 /* XCTLMorethanStatement.swift */,
|
|
|
- 7520C4062A283B1E0010E7F8 /* XCTLElseStatement.swift */,
|
|
|
7520C4072A283B1E0010E7F8 /* XCTLLessthanStatement.swift */,
|
|
|
+ 7520C4062A283B1E0010E7F8 /* XCTLElseStatement.swift */,
|
|
|
7520C40A2A283B1E0010E7F8 /* XCTLVariableRefStatement.swift */,
|
|
|
756916882A286A90005FF14B /* XCTLSetStatement.swift */,
|
|
|
7569168D2A2896FE005FF14B /* XCTLReturnStatement.swift */,
|
|
@@ -244,6 +248,8 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
7520C4092A283B1E0010E7F8 /* XCTLListStatement.swift */,
|
|
|
+ 756916AB2A29A357005FF14B /* XCTLExpression.swift */,
|
|
|
+ 756916A92A29A0B8005FF14B /* XCTLPrefixExpression.swift */,
|
|
|
);
|
|
|
path = VirtualStatement;
|
|
|
sourceTree = "<group>";
|
|
@@ -463,12 +469,14 @@
|
|
|
756916972A28DFE7005FF14B /* XCTLBreakStatement.swift in Sources */,
|
|
|
7520C4312A283B1E0010E7F8 /* XCTLRuntimeVariable.swift in Sources */,
|
|
|
756916912A28C46D005FF14B /* XCTLEnumerator.swift in Sources */,
|
|
|
+ 756916AC2A29A357005FF14B /* XCTLExpression.swift in Sources */,
|
|
|
7520C42C2A283B1E0010E7F8 /* XCTLLessthanStatement.swift in Sources */,
|
|
|
7520C4332A283B1E0010E7F8 /* XCTLRuntimeVariableType.swift in Sources */,
|
|
|
7520C4202A283B1E0010E7F8 /* XCTLRootStatement.swift in Sources */,
|
|
|
756916932A28C4B6005FF14B /* XCTLRange.swift in Sources */,
|
|
|
7520C42A2A283B1E0010E7F8 /* XCTLMorethanStatement.swift in Sources */,
|
|
|
756916A52A28FF05005FF14B /* module.modulemap in Sources */,
|
|
|
+ 756916AA2A29A0B8005FF14B /* XCTLPrefixExpression.swift in Sources */,
|
|
|
756916A72A28FF3D005FF14B /* module.modulemap in Sources */,
|
|
|
7520C4292A283B1E0010E7F8 /* XCTLEqualthanStatement.swift in Sources */,
|
|
|
7569168E2A2896FE005FF14B /* XCTLReturnStatement.swift in Sources */,
|