Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 5723 | Kartik Agaram | 2019-10-29 | 2 | -1/+667 |
| | |||||
* | 5722 | Kartik Agaram | 2019-10-29 | 1 | -0/+47 |
| | | | | Already http://akkartik.name/post/mu-2019-2 is out of date. | ||||
* | 5721 | Kartik Agaram | 2019-10-29 | 1 | -6/+11 |
| | |||||
* | 5720 - start of Mu's eponymous level-2 language | Kartik Agaram | 2019-10-29 | 1 | -0/+565 |
| | | | | http://akkartik.name/post/mu-2019-2 | ||||
* | 5719 | Kartik Agaram | 2019-10-29 | 1 | -1/+1 |
| | |||||
* | 5718 | Kartik Agaram | 2019-10-29 | 1 | -1/+1 |
| | |||||
* | 5717 | Kartik Agaram | 2019-10-27 | 2 | -2/+2 |
| | |||||
* | 5716 | Kartik Agaram | 2019-10-26 | 30 | -19962/+19639 |
| | |||||
* | 5715 | Kartik Agaram | 2019-10-26 | 10 | -44/+39 |
| | | | | | | | Clean up pseudocode to match planned syntax for the type- and memory-safe level-2 Mu language. http://akkartik.name/post/mu-2019-2 is already out of date. | ||||
* | 5714 | Kartik Agaram | 2019-10-25 | 37 | -771/+379 |
| | | | | Replace calculations of constants with labels. | ||||
* | 5713 | Kartik Agaram | 2019-10-23 | 1 | -2/+2 |
| | |||||
* | Merge pull request #41 from tekknolagi/mb-rewrite-loop | Kartik Agaram | 2019-10-22 | 1 | -3/+2 |
|\ | | | | | Simplify loop | ||||
| * | Simplify loop | Max Bernstein | 2019-10-22 | 1 | -3/+2 |
| | | |||||
* | | Merge pull request #40 from tekknolagi/master | Kartik Agaram | 2019-10-22 | 1 | -1/+3 |
|\ \ | |/ |/| | Raise an error if too few arguments are provided | ||||
| * | Raise an error if too few arguments are provided | Max Bernstein | 2019-10-22 | 1 | -1/+3 |
|/ | | | | This is a notably better user experience than an assert failing. | ||||
* | 5708 | Kartik Agaram | 2019-10-19 | 2 | -2/+2 |
| | |||||
* | 5707 | Kartik Agaram | 2019-10-19 | 6 | -266/+290 |
| | |||||
* | 5706 - example at different levels of syntax sugar | Kartik Agaram | 2019-10-19 | 6 | -0/+740 |
| | | | | | Thanks Mateusz Czapliński for the feedback: https://lobste.rs/s/xtxlec/mu_minimal_hobbyist_computing_stack#c_1mzq94 | ||||
* | 5705 | Kartik Agaram | 2019-10-19 | 1 | -5/+9 |
| | |||||
* | 5704 | Kartik Agaram | 2019-10-19 | 3 | -71/+93 |
| | | | | Minor tweaks based on feedback from Max Bernstein. | ||||
* | 5703 | Kartik Agaram | 2019-10-18 | 2 | -10/+12 |
| | | | | | | | Fix https://github.com/akkartik/mu/issues/38: gen_soso_iso on Arch Linux. Also deemphasize bootable disk images in the Readme since that side's less mature. | ||||
* | 5702 - fix a typo in online help | Kartik Agaram | 2019-10-18 | 2 | -2/+2 |
| | | | | This commit fixes #37. Thanks Thomas Munoz! | ||||
* | 5701 | Kartik Agaram | 2019-10-17 | 57 | -1404/+1613 |
| | |||||
* | 5700 | Kartik Agaram | 2019-10-17 | 32 | -55/+55 |
| | |||||
* | 5699 | Kartik Agaram | 2019-10-17 | 1 | -5/+7 |
| | |||||
* | 5698 | Kartik Agaram | 2019-10-15 | 57 | -886/+886 |
| | | | | Thanks Andrew Owen for reporting this typo. | ||||
* | 5697 | Kartik Agaram | 2019-10-13 | 1 | -1/+1 |
| | | | | Feedback at https://news.ycombinator.com/item?id=21242190#21242784 | ||||
* | 5696 | Kartik Agaram | 2019-10-03 | 3 | -2/+2 |
| | |||||
* | 5695 | Kartik Agaram | 2019-10-03 | 1 | -1/+1 |
| | |||||
* | 5694 | Kartik Agaram | 2019-09-28 | 1 | -1/+2 |
| | |||||
* | 5693 | Kartik Agaram | 2019-09-27 | 2 | -15/+11 |
| | | | | Undo previous commit. | ||||
* | 5692 - attempt at never leaving kernel mode | Kartik Agaram | 2019-09-27 | 2 | -11/+15 |
| | | | | Doesn't work. Kernel gets kicked back to the Grub prompt(!) | ||||
* | 5691 | Kartik Agaram | 2019-09-27 | 1 | -15/+8 |
| | |||||
* | 5690 | Kartik Agaram | 2019-09-27 | 1 | -16/+15 |
| | |||||
* | 5689 | Kartik Agaram | 2019-09-27 | 1 | -35/+37 |
| | |||||
* | 5688 | Kartik Agaram | 2019-09-23 | 1 | -1/+1 |
| | |||||
* | 5687 | Kartik Agaram | 2019-09-23 | 15 | -274/+413 |
| | | | | | | | | | Move stack operations to a layer of their own. It was some short-term pain to take out the syntax sugar from it, but we need access to this layer from braces, which can't depend on sugar since it's part of sugar. Just simpler to keep one clear line and not have to build sometimes with some sugar but not others. | ||||
* | 5686 | Kartik Agaram | 2019-09-22 | 1 | -1/+1 |
| | | | | Get mulisp reflecting whatever's typed in again. | ||||
* | 5685 - back tinkering with mulisp | Kartik Agaram | 2019-09-22 | 1 | -35/+41 |
| | |||||
* | 5684 | Kartik Agaram | 2019-09-21 | 14 | -211/+216 |
| | | | | Support function-call syntax when linkifying functions in html files. | ||||
* | 5683 | Kartik Agaram | 2019-09-20 | 51 | -6678/+7932 |
| | |||||
* | 5682 | Kartik Agaram | 2019-09-20 | 1 | -1/+1 |
| | |||||
* | 5681 | Kartik Agaram | 2019-09-20 | 1 | -0/+2 |
| | |||||
* | 5680 | Kartik Agaram | 2019-09-20 | 3 | -3/+10 |
| | | | | Include braces.subx in translation by default. | ||||
* | 5679 - braces seem done | Kartik Agaram | 2019-09-20 | 2 | -14/+331 |
| | |||||
* | 5678 | Kartik Agaram | 2019-09-19 | 5 | -123/+123 |
| | |||||
* | 5677 | Kartik Agaram | 2019-09-19 | 1 | -6/+12 |
| | |||||
* | 5676 | Kartik Agaram | 2019-09-19 | 16 | -410/+419 |
| | |||||
* | 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 |
| |