A fork of Crisp for HARP
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
Linda_pp 1469b0ac76 Merge pull request #1 from jhass/patch-1 před 10 roky
spec add first spec for mal test cases (step2) před 10 roky
src rename types.cr to expr.cr před 10 roky
.gitignore import from my Mal implementation před 10 roky
.travis.yml Crystal is now community supported on Travis CI před 10 roky
Projectfile add .travis.yml and Projectfile před 10 roky
README.md update README for examples and versions of Crystal před 10 roky
crisp.cr fix some regressions před 10 roky

README.md

Crisp

Build Status

Crisp is one of Lisp dialect which is based on mal and implemented with Crystal. This project is a toy box for my dynamic language ideas.

screenshot

So Many Tasks

  • Refactorings
  • New language features using Crystal's semantics
    • ...

Installation

  1. Install crystal command (instruction)
  2. $ crystal run /path/to/Crisp/crisp.cr

Examples

Please see mal test cases for now.

Development Environment

  • OS X
  • Crystal 0.7.1 ~ 0.7.3

License

Distributed under the MIT License.

Copyright (c) 2015 rhysd