@json-lisp/conformance
v0.1.1
Published
Portable JSON LISP conformance fixtures and JavaScript reference runner.
Downloads
251
Readme
@json-lisp/conformance
Portable JSON LISP conformance fixtures and JavaScript reference runner.
Use this package when implementing JSON LISP in another runtime such as Go, Swift, Bash, or another JavaScript host.
Install
npm install @json-lisp/conformanceFixtures
Fixtures are published with the package:
fixtures/actions.json
fixtures/expressions.json
fixtures/updates.jsonJavaScript Runner
import { runConformance } from "@json-lisp/conformance"Runtime contract:
https://github.com/Cause-of-a-Kind/json-lisp/blob/main/docs/runtime-contract.md
