Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1885 | Kartik K. Agaram | 2015-07-29 | 1 | -2/+4 |
| | |||||
* | 1868 - start using naked literals everywhere | Kartik K. Agaram | 2015-07-28 | 1 | -11/+11 |
| | | | | First step to reducing typing burden. Next step: inferring types. | ||||
* | 1848 - core instructions now check for ingredients | Kartik K. Agaram | 2015-07-25 | 1 | -7/+5 |
| | | | | Also standardized warnings. | ||||
* | 1844 - explicitly end each trace line | Kartik K. Agaram | 2015-07-25 | 1 | -1/+1 |
| | | | | | | | | | More verbose, but it saves trouble when debugging; there's never something you thought should be traced but just never came out the other end. Also got rid of fatal errors entirely. Everything's a warning now, and code after a warning isn't guaranteed to run. | ||||
* | 1768 | Kartik K. Agaram | 2015-07-13 | 1 | -0/+110 |