diff options
author | Araq <rumpf_a@web.de> | 2011-04-21 00:54:44 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-04-21 00:54:44 +0200 |
commit | 36c67455d4d3e5fa5222937b800f90ef811d8e86 (patch) | |
tree | 3ba25061d5b422ea9c241e98e39a43a352f139bc /doc | |
parent | c3b16311dd7f547c19253af757ae53d58c715ad1 (diff) | |
download | Nim-36c67455d4d3e5fa5222937b800f90ef811d8e86.tar.gz |
got rid of some arcane module names
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/filelist.txt | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/doc/filelist.txt b/doc/filelist.txt index 7bcd424db..ce9923453 100755 --- a/doc/filelist.txt +++ b/doc/filelist.txt @@ -9,16 +9,11 @@ nimrod main module: parses the command line and calls main implements the top-level command dispatching nimconf implements the config file reader syntaxes dispatcher for the different parsers and filters -ptmplsyn standard template filter (``#! stdtempl``) +filter_tmpl standard template filter (``#! stdtempl``) lexbase buffer handling of the lexical analyser -scanner lexical analyser -pnimsyn Nimrod's parser -rnimsyn Nimrod code renderer (AST back to its textual form) - -paslex lexer for Pascal -pasparse parser for Pascal; Pascal's advanced OO features are not - supported - +lexer lexical analyser +parser Nimrod's parser +renderer Nimrod 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 |