Mercurial > lcfOS
comparison python/zcc.py @ 305:0615b5308710
Updated docs
author | Windel Bouwman |
---|---|
date | Fri, 06 Dec 2013 13:50:38 +0100 |
parents | 6753763d3bec |
children | b145f8e6050b |
comparison
equal
deleted
inserted
replaced
304:fa99f36fabb5 | 305:0615b5308710 |
---|---|
69 | 69 |
70 if dumpir: | 70 if dumpir: |
71 ircode.dump() | 71 ircode.dump() |
72 | 72 |
73 # Code generation: | 73 # Code generation: |
74 logging.info('Starting code generation for {}'.format(ircode)) | |
74 cg.generate(ircode, outs) | 75 cg.generate(ircode, outs) |
75 # TODO: fixup references, do this in another way? | 76 # TODO: fixup references, do this in another way? |
76 outs.backpatch() | 77 outs.backpatch() |
77 outs.backpatch() # Why two times? | 78 outs.backpatch() # Why two times? |
78 return c3b.ok | 79 return c3b.ok |