Unicon i-code interpreter level support for objects
Currently objects are implemented in Unicon by a preprocessor that reads Unicon and emits Icon. Thus, the objects are not entities known to the i-code interpreter. This project is to re-think the i-code interpreter and add support directly at the instruction level for objects.
See: Related project