ExpressionJ 0.9 Beta3發布
ExpressionJ 0.9 Beta3 發布,改進記錄:
1. Adds an increment operator (++).
2. It fixes "else" expression code blocks not being able to have more than one line, cases in which unwinding of curly brackets was not performed well and could lead to false results for some expressions, cases in which the parser could incorrectly parse expressions containing both "while" and "choice" expressions, and wrong parsing for "choice" expressions without "else" and "else if".
ExpressionJ 是一個用來解析簡單的算術表達式的 Java 類庫。
下載地址:http://sourceforge.net/projects/expressionj/files/
【編輯推薦】