Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-08 | Add write function assembly | Tucker Evans | |
2019-10-06 | Fix input/output to correct function names | Tucker Evans | |
input/output created write/read respectively fixed to read/write. | |||
2019-10-04 | Fix func_info members initialized after malloc | Tucker Evans | |
2019-09-30 | Fix comments | Tucker Evans | |
Comments required only whitespace before them. | |||
2019-09-29 | Fix invalid freeing of read/write functions | Tucker Evans | |
Function names must be strdup from constants so the strings can later be freed when the scope is popped. | |||
2019-09-29 | Add io functions to base scope | Tucker Evans | |
2019-08-17 | Fix debug_print calls in tokenizer | Tucker Evans | |
Was printing RELOP for ADDOP&MULOPs | |||
2019-08-03 | Fix Comment parsing | Tucker Evans | |
2019-07-27 | Add basic scoping | 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 | Removes stack operation | Tucker Evans | |
Stack not implemented | |||
2019-07-14 | Fix comment states | Tucker Evans | |
2019-07-14 | Fix include order | Tucker Evans | |
2019-07-02 | Initial Commit | Tucker Evans | |