Mercurial > lcfOS
view python/c3/codegenerator.py @ 152:b73bc14a3aa3
Light coupling ide and c3 frontend
author | Windel Bouwman |
---|---|
date | Sat, 02 Mar 2013 09:56:12 +0100 |
parents | afc8c0207984 |
children | b28a11c01dbe |
line wrap: on
line source
#from ppci import ircode class CodeGenerator: """ Generates intermediate code """ def gencode(self, ast): pass