Commit Graph

7 Commits

Author SHA1 Message Date
Ajax f81c3e4b42 Replace ExprInt[num](x) -> ExprInt(x, num) 2017-03-30 16:04:40 +02:00
Ajax 9ee84d6ed8 Expr: test that repr permit instanciation 2017-01-13 17:42:44 +01:00
Ajax 40fefe35dd Regression test on big ExprInt 2016-12-14 18:08:31 +01:00
Ajax 84ace5ec55 Seperate Expression regression tests 2016-12-14 18:07:25 +01:00
Fabrice Desclaux 3771288cff ExprCompose: add new api
The ExprComposes uses directly its arguments sizes to guess the slices
locations.
Old api:  ExprCompose([(a, 0, 32), (b, 32, 64)])
becomes:  ExprCompose(a, b)
2016-11-04 16:45:46 +01:00
Ajax 4cd56731b5 Add regression test for possible_values
Thanks to @serpilliere
2016-03-17 14:15:51 +01:00
Fabrice Desclaux 06633f8cdd Test: add expression reg test 2015-04-08 15:31:07 +02:00