Damien George e9dac3b4d0 py: Add casting to viper; add native mem stores to viper.
Viper can now do the following:

def store(p:ptr8, c:int):
    p[0] = c

This does a store of c to the memory pointed to by p using a machine
instructions inline in the code.
2014-09-29 22:10:41 +01:00
..
2014-09-17 23:17:26 +01:00
2014-07-03 13:25:24 +01:00
2014-09-28 09:54:35 +02:00
2014-08-10 17:50:28 +01:00
2014-08-10 17:50:28 +01:00
2014-09-29 19:42:06 +01:00
2014-07-03 14:13:33 +01:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-05-21 20:32:59 +01:00
2014-08-22 18:30:02 +01:00