Forráskód Böngészése

Renamed FoxCompiler.Mod and FoxTextCompiler.Mod to match their actual module names

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@7989 8c9fc860-2736-0410-a75d-ab315db34111
eth.negelef 7 éve
szülő
commit
0547d919d0

+ 2 - 2
ARM/ARM.A2/ARM.Release.Tool

@@ -356,7 +356,7 @@ PACKAGE Compiler ARCHIVE "Compiler.zip" SOURCE "CompilerSrc.zip" DESCRIPTION "Ac
 	FoxActiveCells.Mod FoxHardware.Mod FoxFormats.Mod FoxFingerPrinter.Mod FoxPrintout.Mod
 	FoxParser.Mod FoxCSharpParser.Mod FoxSemanticChecker.Mod
 	FoxBackend.Mod FoxSections.Mod FoxFrontend.Mod
-	FoxCompiler.Mod FoxOberonFrontend.Mod FoxCSharpFrontend.Mod
+	Compiler.Mod FoxOberonFrontend.Mod FoxCSharpFrontend.Mod
 	FoxInterfaceComparison.Mod FoxTextualSymbolFile.Mod
 	FoxBinaryCode.Mod FoxIntermediateCode.Mod FoxIntermediateBackend.Mod FoxCodeGenerators.Mod
 	FoxGenericObjectFile.Mod
@@ -375,7 +375,7 @@ PACKAGE Compiler ARCHIVE "Compiler.zip" SOURCE "CompilerSrc.zip" DESCRIPTION "Ac
 	ActiveCellsRunner.mod
 
 	FoxProfiler.Mod
-	FoxTextCompiler.Mod FoxA2Interface.Mod Versioning.Mod TestSuite.Mod FoxTest.Mod
+	TextCompiler.Mod FoxA2Interface.Mod Versioning.Mod TestSuite.Mod FoxTest.Mod
 
 	PersistentObjects.Mod FoxInterpreterSymbols.Mod FoxInterpreter.Mod
 	InterpreterShell.Mod WMInterpreterShell.Mod

+ 2 - 2
ARM/USB/Release.Tool

@@ -644,7 +644,7 @@ PACKAGE Compiler ARCHIVE "Compiler.zip" SOURCE "CompilerSrc.zip" DESCRIPTION "Ac
 	FoxParser.Mod FoxCSharpParser.Mod  FoxSemanticChecker.Mod
 	FoxBackend.Mod FoxSections.Mod 
 	FoxFrontend.Mod FoxOberonFrontend.Mod FoxCSharpFrontend.Mod
-	FoxCompiler.Mod FoxFingerPrinter.Mod  FoxInterfaceComparison.Mod FoxTextualSymbolFile.Mod FoxBinarySymbolFile.Mod
+	Compiler.Mod FoxFingerPrinter.Mod  FoxInterfaceComparison.Mod FoxTextualSymbolFile.Mod FoxBinarySymbolFile.Mod
 	FoxBinaryCode.Mod FoxIntermediateCode.Mod FoxIntermediateBackend.Mod FoxCodeGenerators.Mod
 	FoxBinaryObjectFile.Mod FoxGenericObjectFile.Mod
 	FoxAMD64InstructionSet.Mod FoxAMD64Assembler.Mod FoxAMDBackend.Mod
@@ -761,7 +761,7 @@ PACKAGE ApplicationsMini ARCHIVE "ApplicationsMini.zip" SOURCE "ApplicationsMini
 	KernelLogger.Mod
 
 	# Compiler interfaces
-	CompilerInterface.Mod FoxTextCompiler.Mod
+	CompilerInterface.Mod TextCompiler.Mod
 
 	# PC - Parallel Compiler (self-compile only)
 	PCDebug.Mod PCM.Mod PCS.Mod PCT.Mod PCBT.Mod 	# prk

+ 0 - 0
source/FoxCompiler.Mod → source/Compiler.Mod


+ 3 - 3
source/Fox.Tool

@@ -19,7 +19,7 @@ Compiler.Compile --noInterfaceCheck
 	FoxParser.Mod FoxCSharpParser.Mod  FoxSemanticChecker.Mod
 	FoxBackend.Mod FoxSections.Mod 
 	FoxFrontend.Mod 
-	FoxCompiler.Mod 
+	Compiler.Mod 
 	FoxOberonFrontend.Mod FoxCSharpFrontend.Mod
   	FoxInterfaceComparison.Mod FoxTextualSymbolFile.Mod
 	FoxBinaryCode.Mod FoxIntermediateCode.Mod FoxIntermediateBackend.Mod FoxCodeGenerators.Mod
@@ -38,7 +38,7 @@ Compiler.Compile --noInterfaceCheck
 	ActiveCellsRunner.mod 
 
 	FoxProfiler.Mod
-	FoxTextCompiler.Mod FoxA2Interface.Mod Versioning.Mod TestSuite.Mod FoxTest.Mod
+	TextCompiler.Mod FoxA2Interface.Mod Versioning.Mod TestSuite.Mod FoxTest.Mod
 	
 	PersistentObjects.Mod FoxInterpreterSymbols.Mod FoxInterpreter.Mod
 	InterpreterShell.Mod WMInterpreterShell.Mod 
@@ -65,7 +65,7 @@ compiler options:
 	-d	--documentation	string	install documentation engine
 	-S	--sourcePath	string	specification of a source path
 	-D --destPath		string	specification of a destination path
-	-p 	--platform		string	compiler options for platforms such as ARMA2, Win32, defined in FoxCompiler.Mod
+	-p 	--platform		string	compiler options for platforms such as ARMA2, Win32, defined in Compiler.Mod
 
 backend options (intermediate and AMD)
 		--trace			string	display trace information for sections (--trace=* : all sections)

+ 1 - 1
source/Reflection.Mod

@@ -1,5 +1,5 @@
 MODULE Reflection; 
-(** (c) Felix Friedrich, ETH Zurich, 2016 -- Reflection with more structured references section emitted by FoxCompiler *)
+(** (c) Felix Friedrich, ETH Zurich, 2016 -- Reflection with more structured references section emitted by Fox Compiler *)
 
 IMPORT Modules, Streams, SYSTEM, Machine, Heaps, Objects, Trace, Kernel;
 

+ 2 - 2
source/Release.Tool

@@ -544,7 +544,7 @@ PACKAGE Compiler ARCHIVE "Compiler.zip" SOURCE "CompilerSrc.zip" DESCRIPTION "Ac
 	FoxActiveCells.Mod FoxHardware.Mod FoxFormats.Mod FoxFingerPrinter.Mod FoxPrintout.Mod
 	FoxParser.Mod FoxCSharpParser.Mod FoxSemanticChecker.Mod
 	FoxBackend.Mod FoxSections.Mod FoxFrontend.Mod
-	FoxCompiler.Mod FoxOberonFrontend.Mod FoxCSharpFrontend.Mod
+	Compiler.Mod FoxOberonFrontend.Mod FoxCSharpFrontend.Mod
 	FoxInterfaceComparison.Mod FoxTextualSymbolFile.Mod
 	FoxBinaryCode.Mod FoxIntermediateCode.Mod FoxIntermediateBackend.Mod FoxCodeGenerators.Mod
 	FoxGenericObjectFile.Mod
@@ -664,7 +664,7 @@ PACKAGE ApplicationsMini ARCHIVE "ApplicationsMini.zip" SOURCE "ApplicationsMini
 	KernelLogger.Mod
 
 	# Compiler interfaces
-	CompilerInterface.Mod FoxTextCompiler.Mod
+	CompilerInterface.Mod TextCompiler.Mod
 
 	# PC - Parallel Compiler (self-compile only)
 	PCDebug.Mod PCM.Mod PCS.Mod PCT.Mod PCBT.Mod	# prk

+ 0 - 0
source/FoxTextCompiler.Mod → source/TextCompiler.Mod