about summary refs log tree commit diff stats
path: root/test/expression/parser.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-2/+2
|
* Support python2/python3Fabrice Desclaux2019-03-051-1/+2
|
* Expresion: use ExprAssign instead of ExprAffFabrice Desclaux2018-10-011-2/+2
| | | | | | ExprAff stands for (in french) "Expression affectation" We will now use ExprAssign (for Expression Assignment) (instead of ExprAss)
* Expr: Add new word ExprLocFabrice Desclaux2018-06-081-1/+2
| | | | | This word represents a location in the binary. Thus, the hack of ExprId containing an AsmLabel ends here.
* Expression: add an Expression parserFabrice Desclaux2017-06-141-0/+16