about summary refs log tree commit diff stats
path: root/037recipe.cc
Commit message (Collapse)AuthorAgeFilesLines
* 1868 - start using naked literals everywhereKartik K. Agaram2015-07-281-2/+2
| | | | First step to reducing typing burden. Next step: inferring types.
* 1848 - core instructions now check for ingredientsKartik K. Agaram2015-07-251-2/+10
| | | | Also standardized warnings.
* 1829Kartik K. Agaram2015-07-231-1/+1
|
* 1711 - start adding methods to editor-data objectsKartik K. Agaram2015-07-051-4/+6
| | | | The menu bar needs separate recipes to render and respond to events.
* 1702 - experiment: start using 'ordinal' in namesKartik K. Agaram2015-07-041-5/+5
| | | | | | | It comes up pretty early in the codebase, but hopefully won't come up in the mu level until we get to higher-order recipes. Potentially intimidating name, but such prime real estate with no confusing overloadings in other projects!
* 1701Kartik K. Agaram2015-07-041-4/+4
|
* 1699 - first-class recipe typesKartik K. Agaram2015-07-031-0/+51
It should now be easy to do dynamic dispatch, create higher-order functions, etc.