Skip to content

GreenDelta/olca-formula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openLCA formula interpreter

This is the formula interpreter of openLCA. The formula parser is generated from the grammar file (FormulaParser.jj) using JavaCC. The last version was generated with JavaCC 5.0 (see the generate_parser.bat script).

Usage

Add this dependency to your project:

<dependency>
  <groupId>org.openlca</groupId>
  <artifactId>olca-formula</artifactId>
  <version>2.0.0</version>
</dependency>

See the tests for examples how the interpreter can be used.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published