Saturday, September 7, 2013

Pre-Encoder Issues – More Refactoring

As the initial encoder class was being implemented, the need for some more minor refactoring was noticed.  The first was the token mode enumeration that was needed by the old translator routines was not removed.  The second was the member variable and access function for the double value of a constant token was renamed from valueDbl to just value for consistency.  Since double is the default data type, generally the 'Dbl' part is not included (just 'Int' and 'Str') in the name.

[commit 0ec09e02e4] [commit 98e22bda3f]

No comments:

Post a Comment

All comments and feedback welcomed, whether positive or negative.
(Anonymous comments are allowed, but comments with URL links or unrelated comments will be removed.)