about summary refs log tree commit diff stats
path: root/test/core/sembuilder.py (follow)
Commit message (Collapse)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) -> ↵Ajax2015-04-231-3/+6
| | | | ExprOp('X')(Y)`
* SemBuilder: Handle real variable declarationAjax2015-04-221-0/+3
|
* Core: Introduce SemBuilder, a helper for building semantics side effectsAjax2015-04-221-0/+22