Fixed bug in compiler related to pushing ASCII strings to the stack.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Wed, 7 Aug 2019 19:40:14 +0000 (12:40 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Wed, 7 Aug 2019 19:40:14 +0000 (12:40 -0700)
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.


No differences found