about summary refs log tree commit diff stats
path: root/048typecheck.cc
Commit message (Collapse)AuthorAgeFilesLines
* 1920 - gracefully handle typo in inferred typeKartik K. Agaram2015-08-021-1/+10
| | | | Thanks Caleb Couch.
* 1902Kartik K. Agaram2015-07-301-2/+0
| | | | Now fix the proximal cause of the write to address 0.
* 1885Kartik K. Agaram2015-07-291-0/+5
|
* 1879 - types required at first mention of a nameKartik K. Agaram2015-07-281-0/+10
| | | | That should avoid many issues with typos in names.
* 1874 - rudimentary type inferenceKartik K. Agaram2015-07-281-0/+30
| | | | | Now we're at C-like levels where you only need to state the type once per name per recipe.
* 1872Kartik K. Agaram2015-07-281-0/+39