diff options
| author | 2025-08-05 18:20:28 -0400 | |
|---|---|---|
| committer | 2025-08-05 18:20:28 -0400 | |
| commit | f36f61cb4ab68285b2ba4a230f312843e4faf885 (patch) | |
| tree | 32fd2958c18c54c875171bf177217b2d44dd06cf /tests/foment.sh | |
| parent | add adjustable value rewriter (diff) | |
Support Foment
Foment had some peculiarities:
1. Parameterize objects are initialized with the objects themselves at
some point, which broke the previous code.
2. Foment cannot discard multiple value returns in some scenarios.
Diffstat (limited to 'tests/foment.sh')
| -rwxr-xr-x | tests/foment.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/foment.sh b/tests/foment.sh new file mode 100755 index 0000000..5dd4c04 --- /dev/null +++ b/tests/foment.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +foment -A "../lib" -A "../compat/srfi-225" -l run.scm |
