src: rename nitg to nitc
authorJean Privat <jean@pryen.org>
Thu, 11 Dec 2014 02:32:13 +0000 (21:32 -0500)
committerJean Privat <jean@pryen.org>
Thu, 11 Dec 2014 03:43:39 +0000 (22:43 -0500)
Signed-off-by: Jean Privat <jean@pryen.org>

src/compiler/abstract_compiler.nit
src/nitc.nit [moved from src/nitg.nit with 96% similarity]

index 6329dac..caf6622 100644 (file)
@@ -3067,7 +3067,7 @@ end
 # Create a tool context to handle options and paths
 var toolcontext = new ToolContext
 
-toolcontext.tooldescription = "Usage: nitg [OPTION]... file.nit...\nCompiles Nit programs."
+toolcontext.tooldescription = "Usage: nitc [OPTION]... file.nit...\nCompiles Nit programs."
 
 # We do not add other options, so process them now!
 toolcontext.process_options(args)
similarity index 96%
rename from src/nitg.nit
rename to src/nitc.nit
index 69b99f0..cab5638 100644 (file)
@@ -14,8 +14,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# A global Nit compiler
-module nitg
+# A Nit compiler
+module nitc
 
 import frontend
 import compiler