Guy C
|
cdf32d93c3
|
feat: outofboundserror message includes given bad value
|
2025-02-28 00:17:30 +00:00 |
|
Jonny
|
edcac2782b
|
fix: implements null pointer checks
|
2025-02-27 23:57:42 +00:00 |
|
Jonny
|
1b2df507ba
|
fix: array bounds checks in place
|
2025-02-27 23:46:51 +00:00 |
|
Jonny
|
3a2af6f95d
|
feat: implements outofbounds error. array negative bounds check added
|
2025-02-27 23:02:10 +00:00 |
|
Jonny
|
4727d6c399
|
fix: remove incorrect newline
|
2025-02-27 22:32:11 +00:00 |
|
Connolly, Guy
|
9639221a0a
|
feat: merge labts fixes
|
2025-02-27 22:20:52 +00:00 |
|
Jonny
|
617f6759d3
|
fix: underflow detected
|
2025-02-27 21:53:48 +00:00 |
|
Jonny
|
6f5fcd4d85
|
refactor: redesigned runtime errors with added functionality
|
2025-02-27 21:48:28 +00:00 |
|
|
|
c31dd9de25
|
style: scala format
|
2025-02-27 20:00:07 +00:00 |
|
|
|
edce236158
|
fix: read space-delimited tokens (as per spec)
|
2025-02-27 19:58:57 +00:00 |
|
Guy C
|
9e6970de62
|
feat: implements overflow runtime error handling
|
2025-02-27 19:55:35 +00:00 |
|
|
|
cb4f899b8c
|
test: provide stdin as space-delimited tokens
|
2025-02-27 19:50:46 +00:00 |
|
|
|
a20f28977b
|
fix: handle runtime_error during testing
|
2025-02-27 19:47:33 +00:00 |
|
|
|
9a1728fb3f
|
fix: exit from Main with exit code rather than voiding
|
2025-02-27 19:39:48 +00:00 |
|
Guy C
|
ea262e9a56
|
feat: implements divByZero and badChr runtime errors
|
2025-02-27 19:35:50 +00:00 |
|
Jonny
|
332c00b15b
|
feat: added runtime errors class and object
|
2025-02-27 19:13:17 +00:00 |
|