about summary refs log tree commit diff stats
path: root/047global.cc
Commit message (Expand)AuthorAgeFilesLines
* 2473 - bad idea to use /raw with multiple intentionsKartik K. Agaram2015-11-221-2/+2
* 2377 - stop using operator[] in mapKartik K. Agaram2015-11-061-3/+3
* 2283 - represent each /property as a treeKartik K. Agaram2015-10-261-1/+1
* 2277 - reagents now have a tree of typesKartik K. Agaram2015-10-251-4/+7
* 2258 - separate warnings from errorsKartik K. Agaram2015-10-061-7/+12
* 2226 - standardize warning formatKartik K. Agaram2015-10-011-1/+1
* 2218 - check types in instructions much earlierKartik K. Agaram2015-09-301-2/+2
* 1868 - start using naked literals everywhereKartik K. Agaram2015-07-281-9/+9
* 1848 - core instructions now check for ingredientsKartik K. Agaram2015-07-251-2/+2
* 1844 - explicitly end each trace lineKartik K. Agaram2015-07-251-2/+2
* 1770 - globals now work with namesKartik K. Agaram2015-07-131-2/+23
* 1769 - routines can now have global variablesKartik K. Agaram2015-07-131-0/+54