about summary refs log tree commit diff stats
path: root/test/core/sembuilder.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-131-1/+1
* Asmbloc: rename asm_label to AsmLabelFabrice Desclaux2017-03-131-4/+4
* AssignBlockFabrice Desclaux2016-02-261-2/+6
* Sembuilder: update regression testAjax2015-11-171-1/+10
* SemBuilder: Introduce the 'if cond' statement, building a new IRBlockAjax2015-04-241-2/+26
* SemBuilder: Add `('X' % Y)(Z) -> ExprOp('X' % Y, Z)` and `('X')(Y) -> ExprOp(...Ajax2015-04-231-3/+6
* SemBuilder: Handle real variable declarationAjax2015-04-221-0/+3
* Core: Introduce SemBuilder, a helper for building semantics side effectsAjax2015-04-221-0/+22