diff options
author | Araq <rumpf_a@web.de> | 2014-08-28 22:36:14 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-08-28 22:36:14 +0200 |
commit | 3ea64469008c30682a0cc7b92e3f553a07f30a37 (patch) | |
tree | ec9f76f40b2fb55bc98873d8661b72f9c9ca63c1 /doc/filelist.txt | |
parent | c95e47216f790f8aac9860a8a0deae0369a2a84f (diff) | |
download | Nim-3ea64469008c30682a0cc7b92e3f553a07f30a37.tar.gz |
Nimrod renamed to Nim
Diffstat (limited to 'doc/filelist.txt')
-rw-r--r-- | doc/filelist.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/filelist.txt b/doc/filelist.txt index f71547f86..beff8f6c8 100644 --- a/doc/filelist.txt +++ b/doc/filelist.txt @@ -1,10 +1,10 @@ -Short description of Nimrod's modules +Short description of Nim's modules ------------------------------------- ============== ========================================================== Module Description ============== ========================================================== -nimrod main module: parses the command line and calls +nim main module: parses the command line and calls ``main.MainCommand`` main implements the top-level command dispatching nimconf implements the config file reader @@ -12,8 +12,8 @@ syntaxes dispatcher for the different parsers and filters filter_tmpl standard template filter (``#! stdtempl``) lexbase buffer handling of the lexical analyser lexer lexical analyser -parser Nimrod's parser -renderer Nimrod code renderer (AST back to its textual form) +parser Nim's parser +renderer Nim code renderer (AST back to its textual form) options contains global and local compiler options ast type definitions of the abstract syntax tree (AST) and node constructors @@ -37,7 +37,7 @@ pragmas semantic checking of pragmas idents implements a general mapping from identifiers to an internal representation (``PIdent``) that is used so that a simple - id-comparison suffices to say whether two Nimrod identifiers + id-comparison suffices to say whether two Nim identifiers are equivalent ropes implements long strings represented as trees for lazy evaluation; used mainly by the code generators |