summary refs log tree commit diff stats
path: root/compiler/ic/design.rst
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/ic/design.rst')
-rw-r--r--compiler/ic/design.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/compiler/ic/design.rst b/compiler/ic/design.rst
index 1a33f6a27..60434e4b8 100644
--- a/compiler/ic/design.rst
+++ b/compiler/ic/design.rst
@@ -29,14 +29,13 @@ mechanism needs to be implemented that we could get wrong. ModuleIds
 are rod-file specific too.
 
 
-Configuration setup changes
----------------------------
-
-For a MVP these are not detected. Later the configuration will be
-stored in every `.rod` file.
-
 
 Global state
 ------------
 
 Global persistent state will be kept in a project specific `.rod` file.
+
+Rod File Format
+---------------
+
+It's a simple binary file format. `rodfiles.nim` contains some details.