aDotInTheVoid / skate

Skateboard for the mind
Apache License 2.0
2 stars 0 forks source link

Complex values infrastructure #40

Closed aDotInTheVoid closed 3 years ago

aDotInTheVoid commented 3 years ago

Seperates variable into the Stack (A HashMap<&str, Value>) and a heap. Puts strings on the heap

Does not do #5, #6, #2 or #9, but sets the groundwork