Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Unicode characters for identifiers (parameter names) in formulas #145

Open
msrocka opened this issue Sep 2, 2021 · 0 comments
Open
Assignees

Comments

@msrocka
Copy link
Member

msrocka commented Sep 2, 2021

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 msrocka self-assigned this Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant