about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* 5656Kartik Agaram2019-09-1452-2499/+1252
| | | | Consistent style for curlies.
* 5655Kartik Agaram2019-09-141-4/+4
|
* 5654Kartik Agaram2019-09-1411-70/+70
| | | | https://github.com/ozkl/soso/commit/86e5ff58721c0bef0bb5688609b63876a7ea4279
* 5653Kartik Agaram2019-09-141-1/+1
| | | | Correct git hash for Soso.
* 5652Kartik Agaram2019-09-141-1/+1
| | | | Fix CI.
* 5651Kartik Agaram2019-09-141-2/+2
|
* 5650 - support a second OS: sosoKartik Agaram2019-09-14101-66/+33999
| | | | | | | | | https://github.com/ozkl/soso + Much smaller than Linux; builds instantly + Supports graphics - No network support - Doesn't work on a cloud server (yet?)
* 5649Kartik Agaram2019-09-141-4/+4
|
* 5648Kartik Agaram2019-09-111-2/+1
| | | | Fix CI.
* 5647 - experimental support for swapping OSKartik Agaram2019-09-1140-146/+168
|
* 5646Kartik Agaram2019-09-111-1/+1
|
* 5645Kartik Agaram2019-09-081-1/+1
|
* 5644 - plan data structures for mulispKartik Agaram2019-09-081-7/+42
|
* 5643Kartik Agaram2019-09-081-9/+5
|
* 5642Kartik Agaram2019-09-071-1/+1
|
* 5641Kartik Agaram2019-09-071-8/+0
|
* 5640Kartik Agaram2019-09-071-3/+6
|
* 5639 - tmux support for running a single testKartik Agaram2019-09-071-18/+35
| | | | | | | | Keep the top/left most pane for a shell, and try hitting `<Leader>t` from within a test. If you hit `<Leader>t` from within code, it will try to remember what test you ran last and rerun that.
* 5638Kartik Agaram2019-09-071-6/+1
|
* 5637Kartik Agaram2019-09-074-15/+206
|
* 5636Kartik Agaram2019-09-073-10/+14
|
* 5635Kartik Agaram2019-09-073-10/+44
|
* 5634 - add read/eval/print phasesKartik Agaram2019-09-071-16/+78
|
* 5633 - start of a toy lisp interpreterKartik Agaram2019-09-071-0/+76
|
* 5632Kartik Agaram2019-09-061-1084/+1601
|
* 5631 - syntax for calls starting to work!Kartik Agaram2019-09-065-16/+573
| | | | Now added to CI.
* 5630Kartik Agaram2019-09-0612-5/+57
|
* 5629Kartik Agaram2019-09-067-2684/+3534
|
* 5628Kartik Agaram2019-09-061-1/+1
|
* 5627Kartik Agaram2019-09-061-41/+41
|
* 5626Kartik Agaram2019-09-061-285/+285
|
* 5625Kartik Agaram2019-09-052-3407/+3095
|
* 5624Kartik Agaram2019-09-051-1/+69
| | | | Fix a bug in call.subx's tokenizer.
* 5623Kartik Agaram2019-09-0415-2720/+3049
|
* 5622Kartik Agaram2019-09-042-0/+2
|
* 5621Kartik Agaram2019-09-041-8/+160
| | | | Done with calls.subx's variant of next-word.
* 5620Kartik Agaram2019-09-043-31/+634
| | | | | | Further flesh out next-word variant for calls.subx. All the code is sketched out, and baseline tests pass. No tests yet for new functionality compared to sigils.subx.
* 5619Kartik Agaram2019-09-042-0/+4
|
* 5618Kartik Agaram2019-09-042-3/+11
|
* 5617Kartik Agaram2019-09-041-3/+0
|
* 5616Kartik Agaram2019-09-0413-327/+327
|
* 5615 - long strings in self-hosted translatorKartik Agaram2019-09-042-2/+27
| | | | | | My SubX translator phases assume lines are never longer than 512 bytes. However, dquotes.subx was generating lines longer than that by blowing up string literals by 4-5x.
* 5614Kartik Agaram2019-09-031-1/+168
|
* 5613Kartik Agaram2019-09-033-17/+200
| | | | | Translating common bits from sigils.subx expression-aware variant of next-word to use sigils in calls.subx.
* 5612Kartik Agaram2019-09-022-2/+2
|
* 5611Kartik Agaram2019-09-022-6/+6
|
* 5610Kartik Agaram2019-09-021-0/+183
|
* 5607 - start of notation for function callsKartik Agaram2019-09-022-0/+495
|
* 5608 - write int to streamKartik Agaram2019-09-0213-3/+122
|
* 5607Kartik Agaram2019-09-0120-112/+114
|