-
The
mod2-lib
library builds on lessons learned in previous experiments to bring advanced pattern matching algorithms to Rust. -
The
mod2
crate is a small Maude-like language meant to exercise the algorithms inmod2-lib
and stand as a thorough example of how to usemod2-lib
. -
The
mod2-abs
crate is an abstraction layer over backend implementations of various generally useful utilities used throughout.
This project is a work in progress. For a more complete work, check out Loris.
- Lexer & parser
- M-expression
- symbol declarations
- modules syntax
- Module & submodule semantics
- custom operators
- Imperative Language
- Sort infrastructure
- Dagify
- Compilers
- automata
- Stack Machine
- Match
- Free theory
- Free net
- Built-ins
- Variable theory
- Other theories
- CUI
- AU
- ACU
Copyright © 2025 Robert Jacobson. This software is distributed under the terms of the MIT license or the Apache 2.0 license at your preference.