An open API service indexing awesome lists of open source software.

https://github.com/greendelta/olca-formula


https://github.com/greendelta/olca-formula

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# openLCA formula interpreter

This is the formula interpreter of openLCA. The formula parser
is generated from the grammar file
([FormulaParser.jj](./src/main/java/org/openlca/expressions/FormulaParser.jj))
using [JavaCC](https://javacc.org/). The last version was generated with
JavaCC 5.0 (see the `generate_parser.bat` script).

## Usage

Add this dependency to your project:

```xml

org.openlca
olca-formula
2.0.0

```

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