diff options
Diffstat (limited to 'doc/filelist.txt')
-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 |