diff options
author | Araq <rumpf_a@web.de> | 2011-06-26 17:21:52 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-06-26 17:21:52 +0200 |
commit | 990dc2d7152f09c413d8fd96d66484d79aec97c7 (patch) | |
tree | a267c16996c61292c78019ab56d1116d811fd0dc /doc | |
parent | db0a4a9f86d167faccbd50f3f12f9de470e516b8 (diff) | |
download | Nim-990dc2d7152f09c413d8fd96d66484d79aec97c7.tar.gz |
code gen bugfixes; marshal.nim implemented
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/lib.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index a205f173e..d3ad7dd18 100755 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -38,10 +38,6 @@ Core * `macros <macros.html>`_ Contains the AST API and documentation of Nimrod for writing macros. -* `marshal <marshal.html>`_ - Contains procs for serialization and deseralization of arbitrary Nimrod - data structures. - * `typeinfo <typeinfo.html>`_ Provides (unsafe) access to Nimrod's run time type information. @@ -121,6 +117,10 @@ Generic Operating System Services interface for Nimrod file objects (`TFile`) and strings. Other modules may provide other implementations for this standard stream interface. +* `marshal <marshal.html>`_ + Contains procs for serialization and deseralization of arbitrary Nimrod + data structures. + * `terminal <terminal.html>`_ This module contains a few procedures to control the *terminal* (also called *console*). The implementation simply uses ANSI escape |