preserves/implementations/racket/preserves/preserves-schema
Tony Garnock-Jones e923d87fa5 Switch from `#!` to `#:` for embedded values 2024-02-05 22:38:49 +01:00
..
bin Repair multiple-glob common path usage. Closes #39 2023-02-04 17:07:16 +01:00
gen Remove single-precision floats from the implementations 2024-01-27 14:40:37 +01:00
README.md READMEs for Schema implementations 2022-06-09 13:49:59 +02:00
checker.rkt Rename NamedSimplePattern_ -> Binding 2021-06-25 10:25:26 +02:00
compiler.rkt Rename NamedSimplePattern_ -> Binding 2021-06-25 10:25:26 +02:00
info.rkt Code generator tool; handle module references and embeddeds 2021-05-26 23:15:49 +02:00
main.rkt Move toward being user-facing rather than plugin-facing 2021-06-08 15:34:25 +02:00
metaschema.rkt The Racket preserves package needs a local copy of schema.prs for the package-builder to work. Use a git hook to keep it in sync with the master copy 2021-05-26 14:27:03 +02:00
methods.rkt Remove single-precision floats from the implementations 2024-01-27 14:40:37 +01:00
parser.rkt Remove single-precision floats from the implementations 2024-01-27 14:40:37 +01:00
reader.rkt Remove single-precision floats from the implementations 2024-01-27 14:40:37 +01:00
schema.prs Switch from `#!` to `#:` for embedded values 2024-02-05 22:38:49 +01:00
support.rkt Sort emitted entries; add throwing parser variant 2021-05-25 11:06:30 +02:00
type.rkt Rename NamedSimplePattern_ -> Binding 2021-06-25 10:25:26 +02:00
unparser.rkt Remove single-precision floats from the implementations 2024-01-27 14:40:37 +01:00

README.md

Preserves Schema for Racket

This is an implementation of Preserves Schema for Racket.