version: v0.4
[nit.git] / README
diff --git a/README b/README
index c5d3c3c..3c91315 100644 (file)
--- a/README
+++ b/README
@@ -1,12 +1,12 @@
-NIT is a statically typed object-oriented programming language.
-The goal of NIT is to propose a statically typed programming language where structure is not a pain.
+Nit is a statically typed object-oriented programming language.
+The goal of Nit is to propose a statically typed programming language where structure is not a pain.
 
-NIT has a simple straightforward style and can usually be picked up quickly, particularly by anyone who has programmed before.
+Nit has a simple straightforward style and can usually be picked up quickly, particularly by anyone who has programmed before.
 While object-oriented, it allows procedural styles.
 
-The NIT Compiler (nitc) produces efficient machine language binaries.
+The Nit Compiler (nitc) produces efficient machine language binaries.
 
-Some NIT features:
+Some Nit features:
  * Pure Object-Oriented.
  * Multiple Inheritance.
  * Realist typing policy.
@@ -20,21 +20,22 @@ Requirement:
 
 Important files and directory:
 
-       bin/            The NIT tools
-       bin/prmc        The NIT compiler
-       bin/prmdoc      The NIT autodoc
+       bin/            The Nit tools
+       bin/nitc        The Nit compiler
+       bin/nitdoc      The Nit autodoc
        BUGS            Known big usability bugs
        c_src/          C code of nitc (needed to bootstrap)
+       clib/           C code needed by nitc to compile programs
        Changelog       List of change between versions
        doc/            Documentation
-       examples/       Program examples written in NIT
+       examples/       Program examples written in Nit
        LICENCE         License of the software
        tests/          Non-regression test-suite
-       lib/            NIT standard library
-       Makefile        Bootstrap the NIT tools
+       lib/            Nit standard library
+       Makefile        Bootstrap the Nit tools
        NOTICE          List of the authors
        README          This file
-       src/            The NIT tool sources (written in NIT)
+       src/            The Nit tool sources (written in Nit)
        TODO            What next features are planed