Ayke van Laethem
|
3c22f5731c
|
all: replace _extern_* workaround with //go:extern pragma
|
2018-09-21 14:37:11 +02:00 |
|
Ayke van Laethem
|
cd2a9d99a1
|
Add dummy runtime.SetFinalizer()
Requirement for the os package. The os package can't be compiled yet,
though.
|
2018-08-31 21:56:46 +02:00 |
|
Ayke van Laethem
|
734b0cb6bc
|
Implement runtime functions for reflect
The reflect package isn't supported yet. But at least the Go
parser/typechecker can now deal with it.
|
2018-08-30 22:53:34 +02:00 |
|
Ayke van Laethem
|
62c4c5e90b
|
go fmt
|
2018-08-17 23:23:20 +02:00 |
|
Ayke van Laethem
|
e171f32493
|
Implement minimal bump pointer allocator
Useful for MCUs, until a real garbage collector has been implemented.
|
2018-06-03 16:30:48 +02:00 |
|