aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-17Fix debug_print calls in tokenizerTucker Evans
Was printing RELOP for ADDOP&MULOPs
2019-08-17Fix MULOP/ADDOP return BOOL in check_ret_typeTucker Evans
Removes some debug printing
2019-08-17Add basic type checkingTucker Evans
Squashed commit of WIP-type_check@5dadc4f5667ae69a709dd45c020780f2f424d67e
2019-08-05Add gitignore and checklistsTucker Evans
2019-08-04Fix updating type on single variable declarationsTucker Evans
2019-08-04Update checksTucker Evans
2019-08-04Fix safe search function callTucker Evans
2019-08-04Merge branch 'scopes' into typesTucker Evans
2019-08-04Fix tree print with variable typesTucker Evans
2019-08-04Fix adding variable to scope during assignmentTucker Evans
2019-08-03Fix print_tree placement in parse treeTucker Evans
2019-08-03Fix Comment parsingTucker Evans
2019-08-03Merge branch 'scopes' into typesTucker Evans
2019-08-03Fix change compiler in makefileTucker Evans
2019-08-03Fix double free errorTucker Evans
2019-08-03Fix id declare error during var assignmentTucker Evans
2019-08-03Adds pascal files for testingTucker Evans
2019-08-01WIP Add sem_check filesTucker Evans
Current (known) bugs: Checks id during var assignment
2019-07-31WIP Start dealing with semantic checking of idsTucker Evans
Current bugs: Checks id during var assignment
2019-07-28Add pop scopeTucker Evans
2019-07-27Add initial scope checkingTucker Evans
2019-07-27Add basic scopingTucker Evans
2019-07-27Fix typos & errorsTucker Evans
2019-07-27Rename hash.* -> scope.*Tucker Evans
2019-07-27Add basic scopesTucker Evans
2019-07-27Add update types during declarationTucker Evans
2019-07-23Fix node_t is now nodeTucker Evans
2019-07-23Rename mypc.c -> main.cTucker Evans
2019-07-22Add for do loopTucker Evans
Does not add for loop to parse tree.
2019-07-14Add scientific notation for realsTucker Evans
2019-07-14Add makefileTucker Evans
2019-07-14Fix tree printTucker Evans
2019-07-14Fix argument parsingTucker Evans
2019-07-14Add parse treeTucker Evans
2019-07-14Add check (PC_H) macro to pc.hTucker Evans
2019-07-14Removes stack operationTucker Evans
Stack not implemented
2019-07-14Fix comment statesTucker Evans
2019-07-14Fix include orderTucker Evans
2019-07-14Fix assigned types in rulesTucker Evans
2019-07-14Fix rule definitionsTucker Evans
Adds some missing and fixes typos/changed names
2019-07-14Fix includes and function definitions (extern)Tucker Evans
2019-07-14Add tokens/types for yaccTucker Evans
2019-07-13Replace pc.c with mypc.cTucker Evans
pc.c is written over by bison.
2019-07-13Add node from old code v1@9f14600Tucker Evans
2019-07-02Adds code from v1@fe46beeTucker Evans
2019-07-02Initial CommitTucker Evans