From: Aaron Taylor Date: Wed, 7 Aug 2019 19:40:14 +0000 (-0700) Subject: Fixed bug in compiler related to pushing ASCII strings to the stack. X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/commitdiff_plain/971552ffb5ecc3962d54b909f91527ac0e42a2b9?hp=971552ffb5ecc3962d54b909f91527ac0e42a2b9 Fixed bug in compiler related to pushing ASCII strings to the stack. The stream pointer was left at the start of the string since it was walked backward. Now it properly advances to the end after processing the string. ---