Object system progress

Posted: October 14th, 2009 | Author: Mars | Filed under: Progress | Comments Off

I’ve built a simple object system, with member dispatch, inheritance, instance variables, and parameterized constructors. There are no mutator methods yet (all methods are “const”, in C++ terms), but it should be enough to build a primitive console-IO module. I expect I will have a working “Hello world” by the end of the month.


Comments are closed.