Skip to content

bernard-xl/PlainOldExpression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlainOldExpression

A simple expression evaluation library that is able to parse and evaluate the value of:

  • arithmetic expression such as (-1.0 + 3e2) * 3 / 3.14
  • logical expression (true || false) && true
  • comparison expression 'apple' != 'orange'
  • collection access hashmap['something']

About

A simple expression evaluation library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published