Sync changes

This commit is contained in:
Justin Ethier 2021-03-30 22:55:40 -04:00
parent 0a7fb64741
commit 8b84780118
3 changed files with 13 additions and 3 deletions

View file

@ -18,6 +18,11 @@ layout: main
title: API title: API
--- ---
---
layout: main
title: API
---
# Match Library # Match Library
The `(scheme cyclone match)` library provides a hygienic pattern matcher, based on Alex Shinn's portable `match.scm`. The `(scheme cyclone match)` library provides a hygienic pattern matcher, based on Alex Shinn's portable `match.scm`.

View file

@ -18,6 +18,11 @@ layout: main
title: API title: API
--- ---
---
layout: main
title: API
---
# Test Library # Test Library
The `(scheme cyclone test)` library contains a testing framework ported from `(chibi test)` which in turn was ported from CHICKEN. The `(scheme cyclone test)` library contains a testing framework ported from `(chibi test)` which in turn was ported from CHICKEN.