Added printf and stackrotate functions to VVS stdlib.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 19 Jul 2019 22:54:53 +0000 (15:54 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 19 Jul 2019 22:54:53 +0000 (15:54 -0700)
commit23d1724712fae7dc9645d862d57d030cf3e2e764
tree9b72988fe9b69a865d7c7f7d472297391dca442b
parent45abb94e7cc7357b082f9ffda11077e2c606645e
Added printf and stackrotate functions to VVS stdlib.
Modified slurp to use stackrotate instead of heap registers.
examples/hello-stdlib/hello.pvvs
stdlib/README.md
stdlib/debug.pvvs
stdlib/heap.pvvs
stdlib/stack.pvvs [new file with mode: 0644]
stdlib/stdio.pvvs