Mercurial > lcfOS
diff python/ide.py @ 164:e023d3ce1d63
Fix to loc of assignment
author | Windel Bouwman |
---|---|
date | Mon, 18 Mar 2013 22:15:57 +0100 |
parents | 8104fc8b5e90 |
children | 598d3888a11c |
line wrap: on
line diff
--- a/python/ide.py Mon Mar 18 20:13:57 2013 +0100 +++ b/python/ide.py Mon Mar 18 22:15:57 2013 +0100 @@ -343,6 +343,7 @@ self.buildOutput.append(str(self.compiler)) ast = testc3.c3compile(source, self.diag) #ast = self.compiler.compilesource(source) + print('setting ast', ast) self.astViewer.setAst(ast) self.buildOutput.append("Done!") def buildProject(self):