Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quasarbright/schema-scheme
An extensible hosted dsl for creating json schemas
https://github.com/quasarbright/schema-scheme
Last synced: 26 days ago
JSON representation
An extensible hosted dsl for creating json schemas
- Host: GitHub
- URL: https://github.com/quasarbright/schema-scheme
- Owner: quasarbright
- License: other
- Created: 2022-07-16T19:39:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-14T21:51:12.000Z (over 2 years ago)
- Last Synced: 2024-11-06T07:42:17.779Z (3 months ago)
- Language: Racket
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
schema-scheme
=============
An extensible hosted dsl for creating json schemas.This project has been abandoned. I did it as an exercise to learn how to use ee-lib and bindingspec for language-oriented programming. I don't think this library will be very useful since it's just like `match`, but more confusing and patterns have "return values" in a sense.
The most current expander/compiler lives in `private/bindingspec-expander.rkt`.