summaryrefslogtreecommitdiff
path: root/build.sh
AgeCommit message (Expand)AuthorFilesLines
2010-05-29s/interprete/interpret/gSøren Sandmann Pedersen1-1/+1
2008-07-05Export node handling functions in separate node.c fileSøren Sandmann1-0/+1
2008-07-05Generate AND code in different waySøren Sandmann1-1/+0
2008-01-09todoSøren Sandmann1-0/+1
2007-10-18Add report_error() function; use it in type-check.cSøren Sandmann1-2/+1
2007-10-06Beginning of garbage collectorSøren Sandmann1-0/+1
2007-09-07Beginning of optimizerSøren Sandmann1-1/+2
2007-09-06Split out evaulation of binary operators from interpreter.cSøren Sandmann1-0/+1
2007-09-06Beginning of case expressionsSøren Sandmann1-1/+2
2007-09-02Move simple checks to prepare.cSøren Sandmann1-1/+0
2007-09-02New prepare passSøren Sandmann1-0/+1
2007-09-01Update build scriptSøren Sandmann1-2/+1
2007-09-01Delete old interpreterSøren Sandmann1-2/+1
2007-07-26Beginning of graph-based interpreterSøren Sandmann1-1/+2
2007-07-24Add pass to gather functionsSøren Sandmann1-1/+2
2007-07-24Remove identifier-use passSøren Sandmann1-2/+1
2007-07-22Split unary expressions into a separate typeSøren Sandmann1-1/+1
2007-07-12Working init checkSøren Sandmann1-0/+1
2007-07-06More details in the flow graph; new identifier-use passSøren Sandmann1-0/+1
2007-07-04Add flow graph computationSøren Sandmann1-1/+1
2007-07-03Split flow.c into init-check.c and return-check.c. Make return checking work ...Søren Sandmann1-1/+2
2007-06-30Unify symbol_table_t and decl_table_t into new scope_table_tSøren Sandmann1-0/+1
2007-06-30Check for uninitialized variablesSøren Sandmann1-0/+1
2007-06-30Compute variable offsetsSøren Sandmann1-0/+1
2007-06-27Beginning of interpreterSøren Sandmann1-6/+7
2007-06-25Move AST constructors to new file ast.cSøren Sandmann1-0/+1
2007-06-25Add type-check.cSøren Sandmann1-4/+5
2007-06-24Beginning of symbol tablesSøren Sandmann1-1/+5
2007-06-24Add block statement ast nodeSøren Sandmann1-1/+1
2007-06-24Make binary operators its own enumSøren Sandmann1-1/+1
2007-06-24Add a main.c fileSøren Sandmann1-1/+2
2007-06-24Add build.shSøren Sandmann1-0/+1