aboutsummaryrefslogtreecommitdiff
path: root/tree.c
AgeCommit message (Expand)Author
2019-08-18Add for loop parsingTucker Evans
2019-08-18Fix clean up header includesTucker Evans
2019-08-18Add WHILE to tree_printTucker Evans
2019-08-17Add Type checking if statement conditionTucker Evans
2019-08-17Add if statements to tree printTucker Evans
2019-08-17Fix error message for ADDOP/MULOPTucker Evans
2019-08-17Fix MULOP/ADDOP return BOOL in check_ret_typeTucker Evans
2019-08-17Add basic type checkingTucker Evans
2019-08-04Fix updating type on single variable declarationsTucker Evans
2019-08-04Fix tree print with variable typesTucker Evans
2019-08-03Fix print_tree placement in parse treeTucker Evans
2019-08-03Merge branch 'scopes' into typesTucker Evans
2019-07-27Add initial scope checkingTucker Evans
2019-07-27Add update types during declarationTucker Evans
2019-07-23Fix node_t is now nodeTucker Evans
2019-07-14Fix tree printTucker Evans
2019-07-14Add parse treeTucker Evans