Mercurial > lcfOS
diff doc/compiler.rst @ 310:e95e5572cd6d
Added utils doc page
author | Windel Bouwman |
---|---|
date | Fri, 13 Dec 2013 14:10:10 +0100 |
parents | 2e7f55319858 |
children | 38f5f298ce0e |
line wrap: on
line diff
--- a/doc/compiler.rst Fri Dec 13 13:51:02 2013 +0100 +++ b/doc/compiler.rst Fri Dec 13 14:10:10 2013 +0100 @@ -36,7 +36,7 @@ The intermediate representation (IR) of a program de-couples the front end from the backend of the compiler. -See ir for details about all the available instructions. +See :doc:`ir` for details about all the available instructions. C3 Front-end @@ -56,7 +56,7 @@ 99 [label="IR-code object"] 1 -> 10 10 -> 20 - 20 -> 40 [label="AST tree"] + 20 -> 40 40 -> 99 }