aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-06Add call gen_code from parserTucker Evans
2019-10-06Add gen_code src files, with gen_label func implementedTucker Evans
2019-10-06Update makefile for gen_code filesTucker Evans
2019-10-06Add label in parse tree for code generationTucker Evans
2019-10-06Fix tree_printTucker Evans
2019-10-06Fix input/output to correct function namesTucker Evans
2019-10-04Update makefile gcc shows all errorsTucker Evans
2019-10-04Fix free string: program nameTucker Evans
2019-10-04Fix make sure argv pointer is initialized to NULLTucker Evans
2019-10-04Fix func_info members initialized after mallocTucker Evans
2019-10-02Fix function recursionTucker Evans
2019-09-30Fix search now uses scope->ret_varTucker Evans
2019-09-30Add check that function returns valueTucker Evans
2019-09-30Fix check_exists checks safe scopes not just currentTucker Evans
2019-09-30Add more of Tino's testsTucker Evans
2019-09-30Fix commentsTucker Evans
2019-09-29Add check for read/write function in check_callTucker Evans
2019-09-29Fix invalid freeing of read/write functionsTucker Evans
2019-09-29Add io functions to base scopeTucker Evans
2019-09-29Merge branch 'master' of git.tuckerevans.com:/srv/git/private/pascal_compilerTucker Evans
2019-09-29Add notes on location of freesTucker Evans
2019-09-29Fix print tree only if DEBUG is setTucker Evans
2019-09-25Squashed commit of the following:Tucker Evans
2019-09-25Fix dangling elseTucker Evans
2019-09-23Fix frees id strings when not placed in node.Tucker Evans
2019-09-23Fix node freeingTucker Evans
2019-09-20Fix removes some string duplicationTucker Evans
2019-09-20Fix double free of array infoTucker Evans
2019-09-16Updates pascal check filesTucker Evans
2019-09-16Update Semantic checklistTucker Evans
2019-09-16Fix arguments being freed to earlyTucker Evans
2019-09-15Fix free whole program tree not id_listTucker Evans
2019-09-15Add frees id_list/type trees after update ID typesTucker Evans
2019-09-13Add free_list to free all nodes in linked listTucker Evans
2019-09-12Merge branch 'master' into mem-managementTucker Evans
2019-09-12Add some debug print methods to pc.yTucker Evans
2019-09-12Fix setting type for multiple declared arraysTucker Evans
2019-09-11Adds type checking procedure argumentsTucker Evans
2019-09-08Add checking types on function callTucker Evans
2019-09-05Add new type check files for func/proc argumentsTucker Evans
2019-09-05Fix debug printsTucker Evans
2019-09-05Add procedure argument typesTucker Evans
2019-09-05Fix count_args to handle single variable parametersTucker Evans
2019-09-05Add function argument typesTucker Evans
2019-09-05Add counting of function argumentsTucker Evans
2019-09-04Merge branch 'type_checking' into func-array_infoTucker 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