aboutsummaryrefslogtreecommitdiff
path: root/ell
Commit message (Collapse)AuthorAgeFilesLines
* Go: fix string formatting in error messagesHEADorigin/mastermasterPřemysl Eric Janouch2022-03-161-8/+8
|
* Name changePřemysl Eric Janouch2020-09-282-2/+2
|
* Go: move the stdlib to a different filePřemysl Janouch2018-10-102-495/+513
|
* Go: make use of multiple return valuesslicesPřemysl Janouch2018-10-101-163/+134
|
* Go: store scopes in reverse order for efficiencyPřemysl Janouch2018-10-101-13/+9
|
* Go: store scopes and globals as mapsPřemysl Janouch2018-10-101-31/+17
|
* Go: use slices for list valuesPřemysl Janouch2018-10-101-199/+151
|
* 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