Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2218 - check types in instructions much earlier | Kartik K. Agaram | 2015-09-30 | 1 | -2/+2 |
| | | | | | | | | | Front-loads it a bit more than I'd like, but the payoff is that other recipes will now be able to describe the type checks right next to their operation. I'm also introducing a new use of /raw with literals to indicate unsafe typecasts. | ||||
* | 1868 - start using naked literals everywhere | Kartik K. Agaram | 2015-07-28 | 1 | -7/+7 |
| | | | | First step to reducing typing burden. Next step: inferring types. | ||||
* | 1848 - core instructions now check for ingredients | Kartik K. Agaram | 2015-07-25 | 1 | -1/+2 |
| | | | | Also standardized warnings. | ||||
* | 1769 - routines can now have global variables | Kartik K. Agaram | 2015-07-13 | 1 | -6/+0 |
| | |||||
* | 1768 | Kartik K. Agaram | 2015-07-13 | 1 | -0/+60 |