An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# ExprRules.jl
[![Build Status](https://github.com/sisl/ExprRules.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/sisl/ExprRules.jl/actions/workflows/CI.yml/)
[![codecov](https://codecov.io/gh/sisl/ExprRules.jl/branch/master/graph/badge.svg?token=GYgaa8GWZO)](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