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-10 10:04
0.8.8

Esta versão adiciona a função XOR (a ^ b). Ele corrige o E, ou, EQ e EQ functions, cujos resultados estavam errados em alguns casos. Os usuários devem atualizar.
Tags: Major
This release adds the XOR function (a ^ b). It fixes the AND, OR, NEQ, and EQ functions, whose results were wrong in some cases. Users should update.

2012-03-08 10:29
0.8.7

Esta versão corrige seqüências adicionando e expressões numéricas para que devem trabalhar e retornar seqüências de caracteres (por exemplo, "a" + 1 retorna "a1") e correções de combinações de funções em todas as expressões que retornou o erro de valor ou não analisa corretamente (por exemplo, c + (a, b) função agora analisa e avalia corretamente).
Tags: Major
This release fixes adding strings and numeric expressions so they should work and return strings (for example, "a" + 1 returns "a1") and fixes combinations of functions in any expressions which returned the wrong value or did not parse correctly (for example, c + function(a, b) now parses and evaluates correctly).

2012-03-06 07:53
0.8.6

Esta versão adiciona a função MOD (uma % b) e a função ABS. Certifica-se de que apenas ParserExceptions são lançadas pelo analisador (outras exceções que podem ser lançadas são encapsuladas).
Tags: Minor
This release adds the MOD function (a % b) and the ABS function. It makes sure that only ParserExceptions are thrown by the parser (other Exceptions that may be thrown are encapsulated).

2012-03-05 09:41
0.8.5

Esta versão adiciona a expressão matemática atn2 e melhora resultados para ExpressionExporter com expressões como a + (-b) caso, que agora são exportados como um - b.
Tags: Minor
This release adds the atn2 mathematical expression and improves results for ExpressionExporter with expressions like a + (-b) case, which are now exported as a - b.

2012-03-04 10:16
0.8.4

Esta versão corrige as expressões como a*(-2) que não foram analisadas corretamente e melhora resultados para ExpressionExporter com expressões como + a (que agora são exportados como "um" em vez de "+") e expressões como a*(b) (que agora são exportados como "um * b" ao invés de "uma * (b)").
Tags: Minor
This release fixes expressions like a*(-2) which were not parsed correctly and improves results for ExpressionExporter with expressions like +a (which are now exported as "a" rather than "+a") and expressions like a*(b) (which are now exported as "a * b" rather than "a * (b)").

Project Resources