summaryrefslogtreecommitdiff
path: root/src/resolve.cc
Commit message (Expand)AuthorAgeFilesLines
* use Form as name for AST node types in QualItemAdrian Thurston2013-12-311-1/+0
* setup the scope walk for type resolveAdrian Thurston2013-12-311-20/+33
* moved type resolve of patterns and constructors to the parse tree walkAdrian Thurston2013-12-301-56/+39
* store parsed TypeRef and VarRef in TypeRefAdrian Thurston2013-12-301-0/+5
* trying out name "Form" for abstract syntax tree typesAdrian Thurston2013-12-301-2/+2
* dead code removal, name name improvementsAdrian Thurston2013-12-291-20/+2
* some dead code removal and name improvementsAdrian Thurston2013-12-291-36/+13
* don't search parent scopes when qualifications are presentAdrian Thurston2013-12-291-0/+6
* can't use resolve for expr type lookups, use new class of funcsAdrian Thurston2013-12-251-12/+1
* implemented resolve for VarRef, use it for sendAdrian Thurston2013-12-251-1/+11
* added the cast operatorAdrian Thurston2013-12-151-1/+4
* renamed colm dir to srcAdrian Thurston2013-06-081-0/+800
* revert "moved 'colm' dir to 'src'"Adrian Thurston2012-08-011-813/+0
* renamed Defintion to Production and added a static constructorAdrian Thurston2012-07-231-1/+1
* cleanup: removed Token from PdaRunAdrian Thurston2012-07-221-2/+2
* minor cleanup around parsingAdrian Thurston2012-07-161-1/+1
* moved the send (also old << syntax) to LangTermAdrian Thurston2012-07-161-11/+12
* some cleanup of parse tree type namesAdrian Thurston2012-07-151-5/+4
* a new parse statement syntaxAdrian Thurston2012-07-151-0/+8
* moved 'colm' dir to 'src'Adrian Thurston2012-07-011-0/+805