Menu

Version 0.9 final Released

Fix several bugs in expressions combiner, including Array expressions

Fix constant of type String exported without enclosing double-quotes

Make the parser much more lenient on the use of semicolons or not to separate expressions. The parser accept more than one semicolon to separate expressions, and it accept semicolons before the end of a block separated by an open bracket. For example "int a = 2;;; if (a == 2) {return a;;;} else {return 10;;}" is accepted
Add decrement operator (--)

Add the assignments operators (+=, -=, */, /=)

Add new combiners which allow to add / subtract, multiply or divide directly with a value

Allow to give names to constants

Fix a regression on the division expression which resulted on the result of the expression being 0 in most cases

Posted by Hervé Girod 2012-03-18

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.