diff options
| author | 2020-10-19 00:16:32 -0400 | |
|---|---|---|
| committer | 2020-10-19 00:16:32 -0400 | |
| commit | b3e41bcd989e76efbb59d66002c31b342a5ccae4 (patch) | |
| tree | 4cc36dce2842ade22116d37eff30f4f1afe0c7f4 /readme.md | |
| parent | Merge pull request #1 from arvyy/master (diff) | |
| parent | fix plist size proc; rewrite dict-entries to use fold (diff) | |
Merge pull request #2 from arvyy/master
Create library, rewrite tests against external api, add alist, plist and srfi69/125 implementation
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..26850d3 --- /dev/null +++ b/readme.md @@ -0,0 +1,10 @@ +Running tests: + +Kawa +`kawa dictionaries-test.scm` + +Chibi +`chibi-scheme -I . dictionaries-test.scm` + +Gauche +`gosh -I . dictionaries-test.scm` |
