about summary refs log tree commit diff stats
path: root/999spaces.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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.
n470' href='#n470'>470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634