summaryrefslogtreecommitdiff
path: root/src/parser.cc
Commit message (Expand)AuthorAgeFilesLines
* some code cleanup: Form and constructor arg orderAdrian Thurston2014-01-051-6/+4
* create object defs for literal tokensAdrian Thurston2014-01-041-1/+4
* store current context in var refAdrian Thurston2014-01-011-8/+15
* some code movement of lookup functions, additional const qualifiersAdrian Thurston2013-12-311-4/+8
* renamed ObjectDef::scope to curScopeAdrian Thurston2013-12-311-5/+5
* store the current scope in LangStmt::ForLoop, use if creating triter var refAdrian Thurston2013-12-311-2/+2
* pass the current scope to VarRef consAdrian Thurston2013-12-311-6/+7
* store parsed TypeRef and VarRef in TypeRefAdrian Thurston2013-12-301-6/+8
* trying out name "Form" for abstract syntax tree typesAdrian Thurston2013-12-301-2/+2
* dead code removal, name name improvementsAdrian Thurston2013-12-291-1/+1
* some dead code removal and name improvementsAdrian Thurston2013-12-291-1/+1
* re-enter namespaces that already existsAdrian Thurston2013-12-291-5/+9
* separated namespace creation into root and non-root functionsAdrian Thurston2013-12-291-6/+15
* more use of prod name switch statementsAdrian Thurston2013-06-091-1/+1
* renamed colm dir to srcAdrian Thurston2013-06-081-0/+946