Ecosyste.ms: Awesome
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: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/greendelta/olca-formula
- Owner: GreenDelta
- License: mpl-2.0
- Created: 2023-06-06T19:18:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-06T19:19:18.000Z (over 1 year ago)
- Last Synced: 2024-06-11T16:19:42.013Z (7 months ago)
- Language: Java
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.