Download List

Projeto Descrição

ExpressionJ is a Java library for interpreting simple numeric expressions, which may be used in all applications that have to combine numeric values but do not want to use full-blown scripting languages.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-03-15 00:08 Back to release list
0.9 Beta 3

Esta versão adiciona um operador de incremento (+ +). Ele corrige o "else" blocos de código de expressão não ser capaz de ter mais de uma linha, casos em que desenrolar de chaves não foi bem executada e pode levar a resultados falsos para algumas expressões, casos em que o analisador incorretamente poderia analisar expressões contendo ambos "enquanto" e "escolha" expressões e análise errada para expressões de "escolha" sem o "outro" e "else if".
Tags: Major
This release adds an increment operator (++). 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".

Project Resources