about summary refs log tree commit diff stats
path: root/999spaces.cc
Commit message (Collapse)AuthorAgeFilesLines
* 4987 - support `browse_trace` tool in SubXKartik Agaram2019-02-251-6/+4
| | | | | | | | | | | | | | | | | | I've extracted it into a separate binary, independent of my Mu prototype. I also cleaned up my tracing layer to be a little nicer. Major improvements: - Realized that incremental tracing really ought to be the default. And to minimize printing traces to screen. - Finally figured out how to combine layers and call stack frames in a single dimension of depth. The answer: optimize for the experience of `browse_trace`. Instructions occupy a range of depths based on their call stack frame, and minor details of an instruction lie one level deeper in each case. Other than that, I spent some time adjusting levels everywhere to make `browse_trace` useful.
* 3966Kartik K. Agaram2017-07-091-1/+1
|
* 3561Kartik K. Agaram2016-10-221-2/+2
|
* 2735 - define recipes using 'def'Kartik K. Agaram2016-03-081-3/+3
| | | | | | | | | | | | I'm dropping all mention of 'recipe' terminology from the Readme. That way I hope to avoid further bike-shedding discussions while I very slowly decide on the right terminology with my students. I could be smarter in my error messages and use 'recipe' when code uses it and 'function' otherwise. But what about other words like ingredient? It would all add complexity that I'm not yet sure is worthwhile. But I do want separate experiences for veteran programmers reading about Mu on github and for people learning programming using Mu.
* 2708 - update map of transform orderingKartik K. Agaram2016-02-251-6/+10
|
* 2607 - resolve some edge cases in static dispatchKartik K. Agaram2015-11-291-0/+13
|
* 2504 - support to-text in 'stash'Kartik K. Agaram2015-11-281-0/+1
|
* 2502Kartik K. Agaram2015-11-281-3/+5
|
* 2501Kartik K. Agaram2015-11-281-5/+4
|
* 2500Kartik K. Agaram2015-11-281-2/+0
|
* 2499 - done reorganizing transformsKartik K. Agaram2015-11-281-4/+7
|
* 2498Kartik K. Agaram2015-11-281-4/+6
| | | | | | Just one tangle of dependencies left in the transforms. Untangling it will require one more region: for transforms modifying types (inside instructions).
* 2497Kartik K. Agaram2015-11-281-1/+1
|
* 2496Kartik K. Agaram2015-11-281-4/+5
|
* 2495Kartik K. Agaram2015-11-281-2/+4
|
* 2494Kartik K. Agaram2015-11-281-17/+24
| | | | | Some more structure to transforms, and flattening of dependencies between them.
* 2493 - eliminate a couple of dependenciesKartik K. Agaram2015-11-281-3/+3
| | | | | | | In general you only want to specify one transform in terms of (before/after) another if the other direction wouldn't work. Otherwise try to make it work by just pushing transforms at the start/end of the list.
* 2492 - summarize current transformsKartik K. Agaram2015-11-281-0/+23
|
* 2313Kartik K. Agaram2015-10-291-4/+3
|
* 2261Kartik K. Agaram2015-10-061-3/+1
|
* 1842 - get layers building again after 2 weeksKartik K. Agaram2015-07-241-1/+1
| | | | | Also, turns out I haven't been building 999spaces.cc in my default build. Now fixed.
* 1814 - save code in editorKartik K. Agaram2015-07-181-2/+4
| | | | | | | Very rudimentary ability to read/write from file+version control. No control over name. Recipes now saved. But what to do about sandboxes?
* 1440Kartik K. Agaram2015-05-231-0/+1
|
* 1417 - draft zoom levels in tracesKartik K. Agaram2015-05-211-0/+11
|
* 1287Kartik K. Agaram2015-05-061-1/+2
|
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+21
I've tried to update the Readme, but there are at least a couple of issues.