Ayke van Laethem
914d383a96
all: update import paths to github.com/tinygo-org/tinygo
2019-01-31 17:43:19 +01:00
Ayke van Laethem
2e4dd09bbc
compiler: add support for channel operations
...
Support for channels is not complete. The following pieces are missing:
* Channels with values bigger than int. An int in TinyGo can always
contain at least a pointer, so pointers are okay to send.
* Buffered channels.
* The select statement.
2019-01-21 22:09:37 +01:00
Ron Evans
b4dd2dbf60
docs: change links in README and remove old ReadTheDocs pages to point to TinyGo.org site
...
Signed-off-by: Ron Evans <ron@hybridgroup.com>
2019-01-13 20:29:45 +01:00
Johan Brandhorst
a830451426
Dockerfile, README, docs: Remove entrypoint
...
This was causing more trouble than it was helping,
so lets remove it.
2018-12-17 20:41:33 +01:00
Justin Clift
bce697bcc1
docs: rename readme extension to .md
...
.md is the generally accepted extension meaning Markdown, at least
on GitHub.
2018-10-25 20:45:51 +02:00