shakespearelang
shakespearelang copied to clipboard
An interpreter for the Shakespeare Programming Language, implemented in Python
If there is for example a statement: If so, you are as cowardly as a chihuahua. this should be also considered as valid input, however, currently it throws parser error:...
I'm getting the 'No numeric input was given.' exception on line 376 as soon as a second number is requested. In the basic test below it reads the first number...
AI
since this language is Turing complete , can I use it to build machine learning models?
This is a change I made during an AOC that greatly improved performance and otherwise works just like it did with the list.
Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...
Add support for Python 3.13
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...