Friday, April 5, 2013

Program Model Translator Integration Complete

The translator (with the parser) has now been integrated with the program model, though for now, the program model is only holding the translated RPN lists of the program lines (or error information).  Eventually, the program model will hold the compiled program lines, but the encoder that will do this compiling has not yet been implemented.

The next step is to highlight any translator errors in the edit box.  But first, this is a good point to make a development release.  The release related files were updated, along with some minor file clean up, for a new release and the repository was given the tag v0.3.4.

[commit 2a19163e3c]