1e7082245bChange address.ts and location.ts value parameter type from any to unknown
hace 4 años
Lucas de Souza
47157b8ddfRework the way the special return variable is inserted in the store to deal with array objects
hace 5 años
Lucas de Souza
e07c633c0dImplement array access and parameters as array refference (still missing assignment to an array position)
hace 5 años
Lucas de Souza
320394a16fImplement atomic variables StoreValue and StoreValueRef types
hace 5 años
Lucas de Souza
ce0a504f75Implement Location and Address to emulate memory allocation/deallocation to facilitate refference usage inside the program and other future improvements