mod2
where development is ongoing.
The mod2lib
library builds on lessons learned in writing Mod
and
mod2
to bring advanced pattern matching algorithms to Rust.
It is a work in progress and is not yet functional. For a more complete work, check out Loris.
In the examples
directory you will find examples of how to use this library. The examples/wl_example
example
implements a little language similar to Wolfram Language called WL.
Copyright © 2024 Robert Jacobson. This software is distributed under the MIT license or Apache 2.0 license at your preference.
This work contains code adapted with improvements from rccell (GitHub), which is Copyright © 2021 Román Cárdenas and distributed under the MIT License.