comparison doc/compiler.rst @ 301:6753763d3bec

merge codegen into ppci package
author Windel Bouwman
date Thu, 05 Dec 2013 17:02:38 +0100
parents 158068af716c
children fa99f36fabb5
comparison
equal deleted inserted replaced
300:158068af716c 301:6753763d3bec
60 20 -> 30 60 20 -> 30
61 30 -> 40 [label="AST tree"] 61 30 -> 40 [label="AST tree"]
62 40 -> 99 62 40 -> 99
63 } 63 }
64 64
65 .. autoclass:: c3.Builder 65 .. autoclass:: ppci.c3.Builder
66 66
67 .. autoclass:: c3.Parser 67 .. autoclass:: ppci.c3.Parser
68 68
69 .. autoclass:: c3.CodeGenerator 69 .. autoclass:: ppci.c3.CodeGenerator
70 70
71 Back-end 71 Back-end
72 -------- 72 --------
73 73
74 The back-end is more complicated. There are several steps to be taken here. 74 The back-end is more complicated. There are several steps to be taken here.