~madcapjake/rhi

Convert integer to signed 32 bit
I wanted to use a full unsigned 32 bit and store the sign in a 33rd bit
maybe an excercise for another time
REPL now prints last value
Add list capture to bytecode & fix memory printer
implement basic list map syntax
Update "func" to "rout" and add lit find algo
Improve cli function names
Fix vscode annoying popup
Add REPL to vscode launch.json
Flag to print last value
namespace the visitor logger
Fix integer equal
Integrate object system into chunk execution
more work towards rune arrays and literals
Nearly functional memory system
Fix for execution debug logging
add prelim updates to support maps and scopes
Move logging to env vars & disassemble to a flag
Implement multiline cli
Expand more primitives
Next