Skip to content

whiter4bbit/expression-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expression-util

Expression evaluation library for Java.
Features:
	- lazy evaluation
	- api for custom functions adding
	- long, double, boolean and string expressions support

Installation:
	You need maven (http://maven.apache.org/)
	#mvn install
	After you will have a maven dependency for this project,
	just add dependency to your project like:
	<dependencies>
		...
		<dependency>
		    <groupId>info.whiter4bbit</groupId>
		    <artifactId>expresssion</artifactId>
		    <version>1.0</version>
		</dependency>
		...
	</dependencies>
Using:
	You can view unit tests code (you can find it at src/test/java)
	

About

Simple expression evaluation tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages