code gen bugfixes; marshal.nim implemented

This commit is contained in:
Araq
2011-06-26 17:21:52 +02:00
parent db0a4a9f86
commit 990dc2d715
21 changed files with 725 additions and 422 deletions

View File

@@ -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