diff options
author | Andrey Makarov <ph.makarov@gmail.com> | 2021-05-06 11:58:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-06 10:58:01 +0200 |
commit | 436af88d8c436265c751bbbc0d76ef42aab0cdf0 (patch) | |
tree | 608eedcc3573b342ecd0eed2a16e9a129924660f /doc/filelist.txt | |
parent | 706562f661e49d06f63a1283525275fb70bb7073 (diff) | |
download | Nim-436af88d8c436265c751bbbc0d76ef42aab0cdf0.tar.gz |
follow-up #17837: add `Console` for interactive sessions (#17930)
* follow-up #17837: add `Console` for interactive sessions * fix Latex
Diffstat (limited to 'doc/filelist.txt')
-rw-r--r-- | doc/filelist.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filelist.txt b/doc/filelist.txt index c863ba0cf..74995f154 100644 --- a/doc/filelist.txt +++ b/doc/filelist.txt @@ -5,7 +5,7 @@ Short description of Nim's modules Module Description ============== ========================================================== nim main module: parses the command line and calls - ``main.MainCommand`` + `main.MainCommand` main implements the top-level command dispatching nimconf implements the config file reader syntaxes dispatcher for the different parsers and filters @@ -36,7 +36,7 @@ evals contains an AST interpreter for compile time evaluation pragmas semantic checking of pragmas idents implements a general mapping from identifiers to an internal - representation (``PIdent``) that is used so that a simple + representation (`PIdent`) that is used so that a simple id-comparison suffices to establish whether two Nim identifiers are equivalent ropes implements long strings represented as trees for |