An open API service indexing awesome lists of open source software.

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.

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.