Sy
Sy
Fixes issue https://github.com/zmbc/shakespearelang/issues/22. Assumes https://github.com/zmbc/shakespearelang/issues/23 is an issues and fixes it.
**Description:** This interpreter, when parsing numeric input, raises an error (ShakespeareRuntimeError) when encountering an invalid number or reaching the end of file (EOF). However, other implementations of the Shakespeare Programming...
**Description:** Trying to parse numeric input when the number has a sign (e.g. -5, +6) leads to ShakespeareRuntimeError **Sample Play:** ``` The Folly Of The Writer, a tragedy in one...