Skip to content

Tags: lhelwerd/expression-parser

Tags

v0.0.6

Toggle v0.0.6's commit message
Prepare to release new version

- Bump CHANGELOG.md
- Use ruff and coverage instead of pylint and test in release rule

v0.0.5

Toggle v0.0.5's commit message
Expressions and augmented expressions

Support simple operations like `variable = expression` and `variable +=
expression` which store their result in a separate property. Disabled by
default, enable via constructor or a property of the parser. Variable
scope can now be replaced as well. Use this to keep a context in the
interpreter as demonstration.

Update README and unit tests.

v0.0.4

Toggle v0.0.4's commit message
Track which variables are used in the expression

v0.0.3

Toggle v0.0.3's commit message
Improve unit test coverage

v0.0.1

Toggle v0.0.1's commit message
Update README