Ayke van Laethem
|
8675025fc8
|
compiler: implement type assert without comma-ok
|
2018-09-11 19:51:31 +02:00 |
|
Ayke van Laethem
|
43b8c24226
|
compiler: implement interface assertions
This is a lot harder than 'regular' type assertions as the actual
methods need to be checked.
|
2018-09-06 20:18:18 +02:00 |
|
Ayke van Laethem
|
5aa8b71ae1
|
compiler: implement builtin copy(dst, src []T)
Not implemented: copying a string into a []byte slice.
|
2018-09-06 10:37:44 +02:00 |
|
Ayke van Laethem
|
094c5561b6
|
compiler: implement make([]T, ...)
|
2018-09-06 09:46:58 +02:00 |
|
Ayke van Laethem
|
9101ea11bf
|
examples: clean up examples and add blinky1 for Arduino
Arduino has trouble supporting anything that's not extremely simple, so
add a simple blinky example for it. Also, it may be useful anyway.
|
2018-09-05 16:40:46 +02:00 |
|