whitequark
|
fd3a09dd4d
|
Fix ca254ec5 .
|
2017-10-03 05:49:50 +00:00 |
|
whitequark
|
e59b301a3b
|
compiler: disallow op= on mutable values (fix #835).
In general, we can't reallocate a value in earlier stack frames,
or fixup references to it. This mainly impacts lists.
|
2017-10-02 01:55:26 +00:00 |
|
|
5ccca74a3f
|
fold comm device into core device
|
2017-05-22 15:45:45 +08:00 |
|
|
cd757c0f16
|
generate device database from executable python file
|
2017-05-18 23:14:55 +08:00 |
|
|
7d6ebabc1b
|
reorganize core device communication code
|
2017-02-27 18:37:30 +08:00 |
|
whitequark
|
1a518ea7eb
|
compiler.embedding: implement string concatenation.
Fixes #526.
|
2016-08-08 04:05:52 +00:00 |
|
whitequark
|
f7d83e9bdf
|
compiler: make kernel_invariant an instance, not class, property.
Fixes #409.
|
2016-04-29 13:06:11 +00:00 |
|
whitequark
|
ac5061c205
|
validators.escape: track region of arguments.
Fixes #232.
|
2016-03-18 03:08:14 +00:00 |
|