Changeset 1773
- Timestamp:
- 11/20/08 03:40:25 (7 weeks ago)
- Location:
- cobra/trunk/Source
- Files:
-
- 2 modified
- 1 moved
-
Cobra.Lang/files.text (modified) (1 diff)
-
Cobra.Lang/Misc.cobra (moved) (moved from cobra/trunk/Source/CobraLang.cobra)
-
Compiler.cobra (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Source/Cobra.Lang/files.text
r1772 r1773 5 5 Exceptions.cobra 6 6 Extensions.cobra 7 Misc.cobra 7 8 ObjectCatalog.cobra 8 9 Set.cobra -
cobra/trunk/Source/Compiler.cobra
r1770 r1773 393 393 filenames.insert(1, path) 394 394 395 path = Path.combine(.cobraExeDir, 'CobraLang.c obra')395 path = Path.combine(.cobraExeDir, 'CobraLang.cs') 396 396 assert File.exists(path) 397 397 filenames.insert(2, path) 398 399 path = Path.combine(.cobraExeDir, 'CobraLang.cs')400 assert File.exists(path)401 filenames.insert(3, path)402 398 403 399 paths = .commandLineArgParser.readFilesFile(Path.combine(Path.combine(.cobraExeDir, 'Cobra.Lang'), 'files.text')) 404 400 paths.reverse 405 401 for path in paths 406 filenames.insert( 4, path)402 filenames.insert(3, path) 407 403 408 404 modules = List<of Module>()
