Commit Graph

1 Commits

Author SHA1 Message Date
76a50ce8c0 Add array example, ArrayObj implementation
* VM creates arrays using the BeginArray and EndArray instructions
* ArrayObj is implemented with a __str__ function (annoying)
* Simple example of array creation is added

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-02-17 18:53:29 -08:00