Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 1.09 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.09 KB

‼️This library has been folded into mod2 where development is ongoing.‼️

mod2lib: A pattern matching and term rewriting library

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.

Examples

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.

Authorship and License

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.