# lib/maude load order — single source of truth for the dependency-ordered # file list needed to load the maude engine (parser + rewriting + confluence + # reflection). Sourced by lib/maude/conformance.conf; other drivers (e.g. # lib/artdag, which today hardcodes its own copy of these load lines) can read # the same list instead of duplicating it, so a file rename here is a one-line # change. Repo-root-relative paths, one per line; blank lines and #-comments # are ignored by readers. lib/guest/lex.sx lib/guest/pratt.sx lib/maude/term.sx lib/maude/parser.sx lib/maude/sorts.sx lib/maude/reduce.sx lib/maude/matching.sx lib/maude/conditional.sx lib/maude/fire.sx lib/maude/confluence.sx lib/maude/rewrite.sx lib/maude/searchpath.sx lib/maude/strategy.sx lib/maude/meta.sx lib/maude/pretty.sx lib/maude/run.sx