Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 36s
lib/maude/reduce.sx — one-sided syntactic matching (non-linear patterns via bound-var equality), immutable substitutions, innermost fixpoint normalisation. Tested on Peano arithmetic, list ops, a propositional logic simplifier, and non-linear matching. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
18 lines
344 B
Plaintext
18 lines
344 B
Plaintext
# Maude conformance config — sourced by lib/guest/conformance.sh.
|
|
|
|
LANG_NAME=maude
|
|
MODE=dict
|
|
|
|
PRELOADS=(
|
|
lib/guest/lex.sx
|
|
lib/guest/pratt.sx
|
|
lib/maude/term.sx
|
|
lib/maude/parser.sx
|
|
lib/maude/reduce.sx
|
|
)
|
|
|
|
SUITES=(
|
|
"parse:lib/maude/tests/parse.sx:(mau-parse-tests-run!)"
|
|
"reduce:lib/maude/tests/reduce.sx:(mau-reduce-tests-run!)"
|
|
)
|