We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should aim at allowing math expressions in config files without resorting to eval(). eval() is horribly dangerous and yukky.
The general scheme would IMO be:
Convenience unit operators (5.deg, 22.mm, 1.bar) should be added to the parser.
Ready-to-use math expression parsers are already available as gems. Or, I always wanted to try treetop/parslet to see what they could do.
The text was updated successfully, but these errors were encountered:
sounds good. especially for using things like Math::PI * 0.5, a.s.o.
Sorry, something went wrong.
No branches or pull requests
We should aim at allowing math expressions in config files without resorting to eval(). eval() is horribly dangerous and yukky.
The general scheme would IMO be:
Convenience unit operators (5.deg, 22.mm, 1.bar) should be added to the parser.
Ready-to-use math expression parsers are already available as gems. Or, I always wanted to try treetop/parslet to see what they could do.
The text was updated successfully, but these errors were encountered: