I fixed some issues with the Shakespeare compiler I wrote earlier in order to use the Shakespeare programming language, the two fixes are that:
-Declarations that span multiple lines will be parsed correctly and not cause errors
and
-Variable names must be Shakespearean (that is, must be included in character.wordlist), so while "Romeo, a young man." is a legal declaration, "Batman, a young man" is no longer legal.
The updated version can still be found on GitHub at https://github.com/drsam94/Spl/
No comments:
Post a Comment