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)
commit971552ffb5ecc3962d54b909f91527ac0e42a2b9
tree20c8fa845fcce8761cc55cd96339542e981e4426
parent75098baa04f129944fb6d4fc2b4b4e863d49410b
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.
vv_compiler.c