17 Commits

Author SHA1 Message Date
d5f0c95c8c Added project header 2023-12-04 13:09:11 -05:00
40f51658d8 Print blank line after printing error message 2023-12-04 12:26:31 -05:00
5efb58b226 Print newline after every evaluation 2023-12-03 15:33:03 -05:00
716dbac01f Commented unecessary print statements 2023-12-03 15:31:13 -05:00
516e917086 Added additional error checking, to check for invalid expressions 2023-11-28 12:05:20 -05:00
87f5c49bbb Fixed a bug where addition would always be evaluated before subtraction when, in reality, they have the same precedence. 2023-11-27 14:10:31 -05:00
a7bd4f6c6e Updated TODO 2023-11-26 22:34:23 -05:00
7793c49f1c Updated README 2023-11-26 22:34:15 -05:00
1e28a6f756 Added code to parse assignment expressions, and added error-checking for uninitialized variables 2023-11-26 22:32:57 -05:00
1caf8044ff Added code to parse assignment expressions 2023-11-26 22:32:05 -05:00
88902d9066 Added additional error checking, for number formatting and consecutive operators 2023-11-26 13:53:02 -05:00
910b6357a2 Updated README 2023-11-26 13:39:59 -05:00
ce514df6a6 Added README 2023-11-26 13:38:45 -05:00
de08192d0f Added gitignore file 2023-11-26 11:14:52 -05:00
4e259fb433 Added TODO file 2023-11-26 11:14:16 -05:00
1bbc7174c7 Added additional error-checking 2023-11-26 11:12:48 -05:00
0a2681233c First commit 2023-11-26 10:50:25 -05:00