Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-29 | Add more test files | Tucker Evans | |
2019-08-18 | Merge branch 'master' into mem-management | Tucker Evans | |
2019-08-18 | Add for loop parsing | Tucker Evans | |
Also fixes tree printing | |||
2019-08-18 | Fix scope header to match funcs in scope.c | Tucker Evans | |
2019-08-18 | Fix clean up header includes | Tucker Evans | |
2019-08-18 | Add WHILE to tree_print | Tucker Evans | |
2019-08-18 | Add while (and holding place for for) type checking | Tucker Evans | |
2019-08-17 | Fix deal with and/or ops correctly in type checking | Tucker Evans | |
2019-08-17 | Add Type checking if statement condition | Tucker Evans | |
2019-08-17 | Add if statements to tree print | Tucker Evans | |
Removes printing tree during return type setting | |||
2019-08-17 | Fix not type checking | Tucker Evans | |
2019-08-17 | Add array type checking | Tucker Evans | |
2019-08-17 | Fix error messages for RELOP type checking | Tucker Evans | |
Removes debug prints | |||
2019-08-17 | Add allows expressions as statements | Tucker Evans | |
2019-08-17 | Fix error message for ADDOP/MULOP | Tucker Evans | |
Removes some debugging prints | |||
2019-08-17 | Fix debug_print calls in tokenizer | Tucker Evans | |
Was printing RELOP for ADDOP&MULOPs | |||
2019-08-17 | Fix MULOP/ADDOP return BOOL in check_ret_type | Tucker Evans | |
Removes some debug printing | |||
2019-08-17 | Add basic type checking | Tucker Evans | |
Squashed commit of WIP-type_check@5dadc4f5667ae69a709dd45c020780f2f424d67e | |||
2019-08-16 | WIP Add function and array info to node struct | Tucker Evans | |
2019-08-05 | Add gitignore and checklists | Tucker Evans | |
2019-08-04 | Fix updating type on single variable declarations | Tucker Evans | |
2019-08-04 | Update checks | Tucker Evans | |
2019-08-04 | Fix safe search function call | Tucker Evans | |
2019-08-04 | Add tree freeing | Tucker Evans | |
2019-08-04 | Merge branch 'scopes' into types | Tucker Evans | |
2019-08-04 | Fix tree print with variable types | Tucker Evans | |
2019-08-04 | Fix adding variable to scope during assignment | Tucker Evans | |
2019-08-03 | Fix print_tree placement in parse tree | Tucker Evans | |
2019-08-03 | Fix Comment parsing | Tucker Evans | |
2019-08-03 | Merge branch 'scopes' into types | Tucker Evans | |
2019-08-03 | Fix change compiler in makefile | Tucker Evans | |
2019-08-03 | Fix double free error | Tucker Evans | |
2019-08-03 | Fix id declare error during var assignment | Tucker Evans | |
2019-08-03 | Adds pascal files for testing | Tucker Evans | |
2019-08-01 | WIP Add sem_check files | Tucker Evans | |
Current (known) bugs: Checks id during var assignment | |||
2019-07-31 | WIP Start dealing with semantic checking of ids | Tucker Evans | |
Current bugs: Checks id during var assignment | |||
2019-07-28 | Add pop scope | Tucker Evans | |
2019-07-27 | Add initial scope checking | Tucker Evans | |
2019-07-27 | Add basic scoping | Tucker Evans | |
2019-07-27 | Fix typos & errors | Tucker Evans | |
2019-07-27 | Rename hash.* -> scope.* | Tucker Evans | |
2019-07-27 | Add basic scopes | Tucker Evans | |
2019-07-27 | Add update types during declaration | Tucker Evans | |
2019-07-23 | Fix node_t is now node | Tucker Evans | |
2019-07-23 | Rename mypc.c -> main.c | Tucker Evans | |
2019-07-22 | Add for do loop | Tucker Evans | |
Does not add for loop to parse tree. | |||
2019-07-14 | Add scientific notation for reals | Tucker Evans | |
2019-07-14 | Add makefile | Tucker Evans | |
2019-07-14 | Fix tree print | Tucker Evans | |
2019-07-14 | Fix argument parsing | Tucker Evans | |