https://github.com/green-coder/tis-100-spec
A (toy) Clojure Spec based grammar for the TIS-100 programming language.
https://github.com/green-coder/tis-100-spec
clojure-spec experiment tis-100 toy-language
Last synced: 3 months ago
JSON representation
A (toy) Clojure Spec based grammar for the TIS-100 programming language.
- Host: GitHub
- URL: https://github.com/green-coder/tis-100-spec
- Owner: green-coder
- License: bsd-3-clause
- Created: 2018-06-07T05:29:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T05:30:03.000Z (about 7 years ago)
- Last Synced: 2025-02-10T11:11:19.340Z (5 months ago)
- Topics: clojure-spec, experiment, tis-100, toy-language
- Language: Clojure
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TIS-100 Spec
A Clojure Spec based grammar for the TIS-100 programming language.
This is a toy project, don't expect anything from it except maybe learning how Clojure Spec is working and experimenting on that.
It won't be maintained and might be replaced later by another grammar for another kind of DIY Spec which does funny things.
## Usage
The grammar is to be conformed onto a sequence of chars.
## License
Copyright © 2018 Vincent Cantin
Distributed under the BSD-3-Clause license.