Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 5675 - move helpers from subx-common into layers | Kartik Agaram | 2019-09-19 | 48 | -2430/+2347 |
| | | | | | | | | | | | | | | | | This undoes 5672 in favor of a new plan: Layers 000 - 099 are for running without syntax sugar. We use them for building syntax-sugar passes. Layers 100 and up are for running with all syntax sugar. The layers are arranged in approximate order so more phases rely on earlier layers than later ones. I plan to not use intermediate syntax sugar (just sigils without calls, or sigils and calls without braces) anywhere except in the specific passes implementing them. | ||||
* | 5674 | Kartik Agaram | 2019-09-19 | 1 | -0/+0 |
| | |||||
* | 5673 - standardize a few knobs | Kartik Agaram | 2019-09-19 | 22 | -35/+36 |
| | |||||
* | 5672 - move hex out of apps | Kartik Agaram | 2019-09-19 | 18 | -17/+42 |
| | |||||
* | 5671 | Kartik Agaram | 2019-09-19 | 10 | -0/+0 |
| | |||||
* | 5670 | Kartik Agaram | 2019-09-19 | 8 | -0/+0 |
| | |||||
* | 5669 | Kartik Agaram | 2019-09-19 | 15 | -26/+28 |
| | |||||
* | 5668 - start reorg to permit syntax sugar in layers | Kartik Agaram | 2019-09-19 | 24 | -42/+42 |
| | | | | | | | | | | | | | | | | | | | Right now we always build the library before any apps. Apps are where our syntax sugar translators (sigils, calls, braces) live. So we can't use sugar in the standard library. New idea: move all code for SubX phases into the top-level. Perhaps we should also just build a single file rather than pipeline stages. But for now we'll build each phase by building up to some specific layer. This will simplify test_apps and move lots of one-off logic to a more standard form in test_layers. I'm also going to reorg existing layers so that we introduce each phase at a point where it mostly only gets the helpers it needs. This commit itself is just cleaning up some common strings. Using explicit names for them streamlines binaries a bit. | ||||
* | 5667 | Kartik Agaram | 2019-09-19 | 1 | -2/+0 |
| | |||||
* | 5666 - start of sugar for structured control flow | Kartik Agaram | 2019-09-19 | 4 | -10/+357 |
| | |||||
* | 5665 | Kartik Agaram | 2019-09-19 | 1 | -1/+2 |
| | | | | | | | | | The core library is a mess right now, because it can't use syntax sugar. I need some way to tier the library so that later layers can use syntax sugar, but without adding cognitive load. A shell pipeline is pretty, but maybe I need to drop it. Just add functions to layers. Get all of the translator out of the apps/ sub-directory. | ||||
* | 5664 | Kartik Agaram | 2019-09-18 | 2 | -2/+0 |
| | |||||
* | 5663 | Kartik Agaram | 2019-09-18 | 1 | -4/+63 |
| | | | | | | Snapshot of mulisp before we put it on the back-burner. It's going to take too long, and we're better off building out the lower layers that make it more convenient to create. | ||||
* | 5662 | Kartik Agaram | 2019-09-15 | 2 | -3/+3 |
| | | | | Fix several breakages. | ||||
* | 5661 | Kartik Agaram | 2019-09-15 | 28 | -34/+34 |
| | |||||
* | 5660 | Kartik Agaram | 2019-09-15 | 1 | -1/+1 |
| | | | | Fix CI. | ||||
* | 5659 | Kartik Agaram | 2019-09-15 | 34 | -2128/+2128 |
| | |||||
* | 5658 | Kartik Agaram | 2019-09-15 | 12 | -12/+12 |
| | |||||
* | 5657 | Kartik Agaram | 2019-09-14 | 1 | -0/+3 |
| | |||||
* | 5656 | Kartik Agaram | 2019-09-14 | 52 | -2499/+1252 |
| | | | | Consistent style for curlies. | ||||
* | 5655 | Kartik Agaram | 2019-09-14 | 1 | -4/+4 |
| | |||||
* | 5654 | Kartik Agaram | 2019-09-14 | 11 | -70/+70 |
| | | | | https://github.com/ozkl/soso/commit/86e5ff58721c0bef0bb5688609b63876a7ea4279 | ||||
* | 5653 | Kartik Agaram | 2019-09-14 | 1 | -1/+1 |
| | | | | Correct git hash for Soso. | ||||
* | 5652 | Kartik Agaram | 2019-09-14 | 1 | -1/+1 |
| | | | | Fix CI. | ||||
* | 5651 | Kartik Agaram | 2019-09-14 | 1 | -2/+2 |
| | |||||
* | 5650 - support a second OS: soso | Kartik Agaram | 2019-09-14 | 101 | -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?) | ||||
* | 5649 | Kartik Agaram | 2019-09-14 | 1 | -4/+4 |
| | |||||
* | 5648 | Kartik Agaram | 2019-09-11 | 1 | -2/+1 |
| | | | | Fix CI. | ||||
* | 5647 - experimental support for swapping OS | Kartik Agaram | 2019-09-11 | 40 | -146/+168 |
| | |||||
* | 5646 | Kartik Agaram | 2019-09-11 | 1 | -1/+1 |
| | |||||
* | 5645 | Kartik Agaram | 2019-09-08 | 1 | -1/+1 |
| | |||||
* | 5644 - plan data structures for mulisp | Kartik Agaram | 2019-09-08 | 1 | -7/+42 |
| | |||||
* | 5643 | Kartik Agaram | 2019-09-08 | 1 | -9/+5 |
| | |||||
* | 5642 | Kartik Agaram | 2019-09-07 | 1 | -1/+1 |
| | |||||
* | 5641 | Kartik Agaram | 2019-09-07 | 1 | -8/+0 |
| | |||||
* | 5640 | Kartik Agaram | 2019-09-07 | 1 | -3/+6 |
| | |||||
* | 5639 - tmux support for running a single test | Kartik Agaram | 2019-09-07 | 1 | -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. | ||||
* | 5638 | Kartik Agaram | 2019-09-07 | 1 | -6/+1 |
| | |||||
* | 5637 | Kartik Agaram | 2019-09-07 | 4 | -15/+206 |
| | |||||
* | 5636 | Kartik Agaram | 2019-09-07 | 3 | -10/+14 |
| | |||||
* | 5635 | Kartik Agaram | 2019-09-07 | 3 | -10/+44 |
| | |||||
* | 5634 - add read/eval/print phases | Kartik Agaram | 2019-09-07 | 1 | -16/+78 |
| | |||||
* | 5633 - start of a toy lisp interpreter | Kartik Agaram | 2019-09-07 | 1 | -0/+76 |
| | |||||
* | 5632 | Kartik Agaram | 2019-09-06 | 1 | -1084/+1601 |
| | |||||
* | 5631 - syntax for calls starting to work! | Kartik Agaram | 2019-09-06 | 5 | -16/+573 |
| | | | | Now added to CI. | ||||
* | 5630 | Kartik Agaram | 2019-09-06 | 12 | -5/+57 |
| | |||||
* | 5629 | Kartik Agaram | 2019-09-06 | 7 | -2684/+3534 |
| | |||||
* | 5628 | Kartik Agaram | 2019-09-06 | 1 | -1/+1 |
| | |||||
* | 5627 | Kartik Agaram | 2019-09-06 | 1 | -41/+41 |
| | |||||
* | 5626 | Kartik Agaram | 2019-09-06 | 1 | -285/+285 |
| |