olca-app icon indicating copy to clipboard operation
olca-app copied to clipboard

Support Unicode characters for identifiers (parameter names) in formulas

Open msrocka opened this issue 3 years ago • 0 comments

The formula interpreter currently throws an exception when other letters than [a-zA-Z] are used:

image

We have to modify the parser grammar for this: https://github.com/GreenDelta/olca-modules/blob/master/olca-formula/src/main/java/org/openlca/expressions/FormulaParser.jj#L94

msrocka avatar Sep 02 '21 09:09 msrocka