diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2019-10-16 21:16:06 -0400 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2019-10-16 21:16:06 -0400 |
commit | c9afa15e98e01882ed35acf5e5c858e452aafbd7 (patch) | |
tree | 70d6712d71cdc7be9ce52c5998eaf637e79b9d18 | |
parent | 053f99fbbf907defd238170cddcebe2493374dbf (diff) |
Update readme
-rw-r--r-- | readme.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -PC Readme +PC Report ========= Tucker Evans October 16, 2019 @@ -30,12 +30,12 @@ limited to: - Assignment - Procedure calls -Therefore the current ToDo list for code generation is: +Therefore the current To Do list for code generation is: - Input via read() (emulating scanf c call) - If statements - While loops (statement) - For loops (statement) - Array Access -Other ToDo's +Other To Do's - Provide src/output files via flags. |