about summary refs log tree commit diff stats
path: root/edit/003-shortcuts.mu
Commit message (Collapse)AuthorAgeFilesLines
* 2397Kartik K. Agaram2015-11-081-1/+1
| | | | | Fix that stray issue with a better phase ordering. Another thing I'm not testing.
* 2371 - layer 5 of editKartik K. Agaram2015-11-051-6/+4
|
* 2370 - layers 1-4 of edit are backKartik K. Agaram2015-11-051-219/+229
| | | | | | | | | | | | One nice consequence of all my deduction of reply ingredients is that I can insert the same fragment into recipes with different headers, and everything works as long as reply instructions are implicitly deduced. One thing I had to fix to make this work was to move reply-deduction out of rewrite rules and turn it into a first-class transform, so that it happens after tangling. I'm glad to see the back of that hack inside <scroll-down>.
* 2309Kartik K. Agaram2015-10-281-168/+168
|
* 2179 - undo bugfixKartik K. Agaram2015-09-101-1/+1
|
* 2156 - split edit.mu into multiple filesKartik K. Agaram2015-09-051-0/+3069
Now you can bring up the programming environment by saying: $ mu edit The files under edit aren't yet *layers*, though, they have a few dependencies that we need to clean up.