Sunday, August 18, 2013

New Translator – INPUT Statements (Tagged)

The implementation of INPUT statement translation went fairly quickly using the new translation routines.  Only a couple of days were required using the new command centric translator routines, compared to well over a month using the old token centric translator routines.  This should be an indicator how the implementation should go for the rest of the BASIC commands.

The INPUT statements implementation in the new translator is now complete and version v0.4.4 has been tagged.  All tests still pass with the old translator routines.  All translator tests pass with the new translator routines with the exception of the REM statements (test #15) as this has not been implemented yet.  Some slight cleanup was done with the latest commit along with updating the files for v0.4.4.  Implementation of REM statements and operators can now commence in the new translator.

[commit 00815b4bac]

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.)