about summary refs log tree commit diff stats
path: root/test/expression/expr_pickle.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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: fix singleton; add reg testFabrice Desclaux2017-03-311-0/+66