aboutsummaryrefslogtreecommitdiff
path: root/sem_check.c
AgeCommit message (Expand)Author
2019-10-15Fix function scope boundsTucker Evans
2019-10-15Add array access on non-array error messageTucker Evans
2019-10-04Fix make sure argv pointer is initialized to NULLTucker Evans
2019-09-30Add check that function returns valueTucker Evans
2019-09-30Fix check_exists checks safe scopes not just currentTucker Evans
2019-09-29Add check for read/write function in check_callTucker Evans
2019-09-11Adds type checking procedure argumentsTucker Evans
2019-09-08Add checking types on function callTucker Evans
2019-09-03Add unary minus to parsingTucker Evans
2019-08-29Add for loop type checkingTucker Evans
2019-08-29Fix consolidate yyerror calls to after switchTucker Evans
2019-08-29Fix return value for correctly typed statementsTucker Evans
2019-08-18Fix clean up header includesTucker Evans
2019-08-18Add while (and holding place for for) type checkingTucker Evans
2019-08-17Fix deal with and/or ops correctly in type checkingTucker Evans
2019-08-17Add Type checking if statement conditionTucker Evans
2019-08-17Fix not type checkingTucker Evans
2019-08-17Add array type checkingTucker Evans
2019-08-17Fix error messages for RELOP type checkingTucker 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-01WIP Add sem_check filesTucker Evans