Mercurial > lcfOS
comparison 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 |
comparison
equal
deleted
inserted
replaced
163:8104fc8b5e90 | 164:e023d3ce1d63 |
---|---|
341 source = ce.Source | 341 source = ce.Source |
342 self.buildOutput.clear() | 342 self.buildOutput.clear() |
343 self.buildOutput.append(str(self.compiler)) | 343 self.buildOutput.append(str(self.compiler)) |
344 ast = testc3.c3compile(source, self.diag) | 344 ast = testc3.c3compile(source, self.diag) |
345 #ast = self.compiler.compilesource(source) | 345 #ast = self.compiler.compilesource(source) |
346 print('setting ast', ast) | |
346 self.astViewer.setAst(ast) | 347 self.astViewer.setAst(ast) |
347 self.buildOutput.append("Done!") | 348 self.buildOutput.append("Done!") |
348 def buildProject(self): | 349 def buildProject(self): |
349 """ Build project """ | 350 """ Build project """ |
350 print('BUILD project') | 351 print('BUILD project') |