https://github.com/sisl/exprrules.jl
Functions for declaring and working with grammars and expression trees in Julia.
https://github.com/sisl/exprrules.jl
Last synced: 9 months ago
JSON representation
Functions for declaring and working with grammars and expression trees in Julia.
- Host: GitHub
- URL: https://github.com/sisl/exprrules.jl
- Owner: sisl
- License: other
- Created: 2017-07-24T18:01:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T16:25:25.000Z (about 1 year ago)
- Last Synced: 2025-07-14T12:40:42.609Z (11 months ago)
- Language: Julia
- Homepage:
- Size: 104 KB
- Stars: 25
- Watchers: 6
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ExprRules.jl
[](https://github.com/sisl/ExprRules.jl/actions/workflows/CI.yml/)
[](https://codecov.io/gh/sisl/ExprRules.jl)
Functions for declaring and working with grammars and expression trees in Julia.
## Usage
Please see the [example notebook](https://github.com/sisl/ExprRules.jl/blob/master/examples/grammar.ipynb).
Users may also be interested in expression optimization using [ExprOptimization.jl](https://github.com/sisl/ExprOptimization.jl).
## Maintainers:
* Ritchie Lee, ritchie@ritchielee.net
* Mykel Kochenderfer, mykel@stanford.edu