about summary refs log tree commit diff stats
path: root/edit/003-shortcuts.mu
Commit message (Collapse)AuthorAgeFilesLines
* layer 3 of edit/ now workingKartik K. Agaram2015-12-151-6/+8
| | | | | Now I complain before running if a call somewhere doesn't line up with its ingredients, or if no specialization can be made to match it.
* 2468 - overload print-character as just 'print'Kartik K. Agaram2015-11-211-4/+4
|
* 2446 - drop '-duplex' namespacing in recipesKartik K. Agaram2015-11-151-30/+30
| | | | Great that it just worked after the previous commit.
* 2422 - a bugfix from the last lessonKartik K. Agaram2015-11-101-1/+59
| | | | Thanks Caleb Couch. This one's been on my list for 2 weeks.
* 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.