r7rs-tests/snow/arvyy/mustache/executor.sld

7 lines
155 B
Plaintext
Raw Normal View History

2024-10-05 04:55:06 -04:00
(define-library
(arvyy mustache executor)
(import (scheme base)
(arvyy mustache parser))
(export execute)
(include "executor-impl.scm"))