Skip to content

Commit

Permalink
updated files for version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thunder422 committed Jul 5, 2013
1 parent 847c5d0 commit ac6658f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -49,7 +49,7 @@ set(ibcp_COPYRIGHT_YEAR 2013)

set(ibcp_RELEASE_MAJOR 0)
set(ibcp_RELEASE_MINOR 4)
set(ibcp_RELEASE_PATCH 0)
set(ibcp_RELEASE_PATCH 1)

set(ibcp_RELEASE_STRING v${ibcp_RELEASE_MAJOR}.${ibcp_RELEASE_MINOR})
if (ibcp_RELEASE_PATCH LESS 0)
Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -34,7 +34,7 @@ converts text input into BASIC language tokens.
The translator is currently being developed with a new scheme that wil
make translation of commands simple to implement. The old translator
routines have been left in place until the new routines fully support
the same feature, which include the translation of BASIC expressions
the same features, which include the translation of BASIC expressions
along a few BASIC commands (LET, PRINT, and INPUT) into a reverse polish
notation format that will be used for fast execution of the BASIC
program.
Expand Down
17 changes: 17 additions & 0 deletions rel_notes.txt
Expand Up @@ -38,6 +38,23 @@ Planned Roadmap (updated 2013-04-05):
To be defined...


Release 0.4.1 (2013-07-05)

Project developmental release - implementation of the new
translator scheme continues with the processing of expressions
containing parentheses (open/close parentheses, internal functions,
and arrays/function).

- corrected a dependency cmake issue with autoenums.h
- corrected an issue with unary operators
- changed how token codes are checked
- corrected minor issues in old translator routines

Note: Expression test #1 currently fails due to new expression
errors tests that were added. The new translator works
correctly with all four expression tests.


Release 0.4.0 (2013-06-30)

Project developmental release - implementation of the new
Expand Down

0 comments on commit ac6658f

Please sign in to comment.