aboutsummaryrefslogtreecommitdiff
path: root/ell
Commit message (Collapse)AuthorAgeFilesLines
* Go: use slices for Handler resultsPřemysl Janouch2018-10-101-72/+81
|
* Go: use slices for Handler argumentsPřemysl Janouch2018-10-101-140/+150
| | | | First step to replacing linked lists with something more Go-like.
* Go: make the `system` command more usefulPřemysl Janouch2018-10-091-0/+3
| | | | Connect standard streams.
* Go: use string for strings instead of []bytePřemysl Janouch2018-10-091-19/+17
| | | | A few conversions more, a few conversions less.
* Go: remove useless accessors to Ell.HandlersPřemysl Janouch2018-10-091-12/+2
|
* Add a port to GoPřemysl Janouch2018-10-091-0/+1294