whitequark
|
fd8b11532f
|
compiler, firmware: use Pascal strings everywhere.
This removes a large amount of very ugly code, and also simplifies
the compiler and runtime.
|
2017-02-03 11:53:27 +00:00 |
|
whitequark
|
55ea68da7f
|
compiler: unbreak casts to int32/int64.
|
2016-11-21 14:20:28 +00:00 |
|
David Nadlinger
|
7dcc987dd7
|
compiler: Fix break/continue targets in loop else blocks
Previously, they would still target the respective labels in the
just-exited loop.
Signed-off-by: David Nadlinger <code@klickverbot.at>
|
2016-11-05 02:35:01 +00:00 |
|
whitequark
|
1a518ea7eb
|
compiler.embedding: implement string concatenation.
Fixes #526.
|
2016-08-08 04:05:52 +00:00 |
|
whitequark
|
933ea53c77
|
compiler: add basic numpy array support (#424).
|
2016-07-06 09:51:57 +00:00 |
|
whitequark
|
33e8e59cc7
|
compiler: implement min()/max() as builtins.
Fixes #239.
|
2016-06-22 01:09:41 +00:00 |
|
whitequark
|
a5bb4a24af
|
compiler: support short form of raise.
Fixes #240.
|
2016-05-10 01:41:40 +00:00 |
|
|
d7e4783cae
|
lit-test: move to artiq/test
|
2016-01-18 15:28:24 -07:00 |
|