|
181 | 181 | CCDF99FC1D3D7A3100FD2A57 /* BoxLibrary.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCDF99FB1D3D7A3100FD2A57 /* BoxLibrary.swift */; }; |
182 | 182 | CCE0429E1C9E8C8B00CA7BC4 /* ManagedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCE0429D1C9E8C8B00CA7BC4 /* ManagedObject.swift */; }; |
183 | 183 | CCE2C47A1D9203DE0047E229 /* Environment.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCE2C4791D9203DE0047E229 /* Environment.swift */; }; |
| 184 | + CCE4AECE204212EC008BF7E8 /* SourceManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCE4AECD204212EC008BF7E8 /* SourceManager.swift */; }; |
| 185 | + CCE4AED0204217D8008BF7E8 /* SourcePosition.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCE4AECF204217D8008BF7E8 /* SourcePosition.swift */; }; |
184 | 186 | CCE7CA461F8EC07000FD7ECA /* iteration.sld in Copy pre-installed LispKit libraries */ = {isa = PBXBuildFile; fileRef = CCE7CA451F8D819600FD7ECA /* iteration.sld */; }; |
185 | 187 | CCEEF3911FAF4024006C4581 /* 158.sld in Copy pre-installed SRFI libraries */ = {isa = PBXBuildFile; fileRef = CCEEF3901FAF3F70006C4581 /* 158.sld */; }; |
186 | 188 | CCEEF3931FB3CB50006C4581 /* wt-tree.sld in Copy pre-installed LispKit libraries */ = {isa = PBXBuildFile; fileRef = CCEEF3921FB3CB03006C4581 /* wt-tree.sld */; }; |
|
562 | 564 | CCDF99FB1D3D7A3100FD2A57 /* BoxLibrary.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = BoxLibrary.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; |
563 | 565 | CCE0429D1C9E8C8B00CA7BC4 /* ManagedObject.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ManagedObject.swift; sourceTree = "<group>"; }; |
564 | 566 | CCE2C4791D9203DE0047E229 /* Environment.swift */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.swift; path = Environment.swift; sourceTree = "<group>"; tabWidth = 2; }; |
| 567 | + CCE4AECD204212EC008BF7E8 /* SourceManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SourceManager.swift; sourceTree = "<group>"; }; |
| 568 | + CCE4AECF204217D8008BF7E8 /* SourcePosition.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SourcePosition.swift; sourceTree = "<group>"; }; |
565 | 569 | CCE7CA451F8D819600FD7ECA /* iteration.sld */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = iteration.sld; sourceTree = "<group>"; }; |
566 | 570 | CCEEF3901FAF3F70006C4581 /* 158.sld */ = {isa = PBXFileReference; lastKnownFileType = text; path = 158.sld; sourceTree = "<group>"; }; |
567 | 571 | CCEEF3921FB3CB03006C4581 /* wt-tree.sld */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "wt-tree.sld"; sourceTree = "<group>"; }; |
|
881 | 885 | CCAD52D71C48468F00DBD8EE /* Compiler */ = { |
882 | 886 | isa = PBXGroup; |
883 | 887 | children = ( |
| 888 | + CCE4AECF204217D8008BF7E8 /* SourcePosition.swift */, |
884 | 889 | CCAD52DC1C48468F00DBD8EE /* Scanner.swift */, |
885 | 890 | CCAD52DB1C48468F00DBD8EE /* Parser.swift */, |
886 | 891 | CC0980A61C62BDBC006B7FB1 /* Compiler.swift */, |
|
946 | 951 | CCB585BA1E15AA4D0064BB18 /* Heap.swift */, |
947 | 952 | CC5033B01CDBE4CD0045A8FA /* Console.swift */, |
948 | 953 | CCCEB3FE1DF2DAA9009BF66B /* FileHandler.swift */, |
| 954 | + CCE4AECD204212EC008BF7E8 /* SourceManager.swift */, |
949 | 955 | CC3C92431D84C0D800016C28 /* Library.swift */, |
950 | 956 | CC5A47201C5295E600EFCF76 /* NativeLibrary.swift */, |
951 | 957 | CC2D124E1DB40E7F009BDC72 /* LibraryManager.swift */, |
|
1157 | 1163 | CC0980AB1C67E84C006B7FB1 /* Cell.swift in Sources */, |
1158 | 1164 | CC3C92441D84C0D800016C28 /* Library.swift in Sources */, |
1159 | 1165 | CCAD52E61C48468F00DBD8EE /* SyntaxRules.swift in Sources */, |
| 1166 | + CCE4AECE204212EC008BF7E8 /* SourceManager.swift in Sources */, |
1160 | 1167 | CCAD52E11C48468F00DBD8EE /* Errors.swift in Sources */, |
1161 | 1168 | CCAD52E71C48468F00DBD8EE /* Type.swift in Sources */, |
1162 | 1169 | CC5A47231C529D4A00EFCF76 /* BaseLibrary.swift in Sources */, |
|
1221 | 1228 | CC6A3B681C52F17200E962E2 /* SchemeLibrary.swift in Sources */, |
1222 | 1229 | CC5C0A3F1D8EBE0A00CE2E98 /* MultiMap.swift in Sources */, |
1223 | 1230 | CCCEB3FF1DF2DAA9009BF66B /* FileHandler.swift in Sources */, |
| 1231 | + CCE4AED0204217D8008BF7E8 /* SourcePosition.swift in Sources */, |
1224 | 1232 | CC55A82B1C5175B000772B02 /* SpecialForm.swift in Sources */, |
1225 | 1233 | ); |
1226 | 1234 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments