diff options
| author | 2025-05-02 13:23:21 -0400 | |
|---|---|---|
| committer | 2025-05-02 13:23:21 -0400 | |
| commit | ab979e1dd163a6ceabb7554f8e2a7f405bd43edd (patch) | |
| tree | ffe1c5786cb5e7f70195eba1c8f381bff8552a15 /test/run.scm | |
| parent | move utils to new library, emit ellipsis dag from matcher compiler (diff) | |
move common procedures for matcher and producer to internal
Diffstat (limited to '')
| -rw-r--r-- | test/run.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run.scm b/test/run.scm index 39e4c70..0b0e9d9 100644 --- a/test/run.scm +++ b/test/run.scm @@ -16,6 +16,7 @@ (test-syntax-object) +(load "../multisyntax/pattern/internal.sld") (load "../multisyntax/pattern/matcher.sld") (load "pattern/matcher.sld") (import (multisyntax pattern matcher test)) |
