crlisp

Version, currently master branch1 version
  • master branchlatestFeb 9, 2016

github.com/ajlopez/CrLisp

Lisp interpreter written in Crystal programming language, WIP

2 stars
0 dependents
License: NOASSERTION

Installation

# Add this to your shard.yml
dependencies:
  crlisp:
    github: ajlopez/CrLisp
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

This shard.yml declares only a name and a version: no Crystal constraint, no dependencies, no targets and no executables. It is a plain library with nothing to build.

Dependencies

This version declares no dependencies.

README

CrLisp

Lisp interpreter written in Crystal programming language, WIP

References

TBD

Contribution

Feel free to file issues and submit pull requests — contributions are welcome.

If you submit a pull request, please be sure to add or update corresponding test cases, and ensure that tests continue to pass.