A fork of Crisp for HARP
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

39 lignes
857 B

il y a 9 ans
  1. Crisp
  2. =====
  3. Crisp is one of Lisp dialect which is based on [mal](https://github.com/kanaka/mal) and implemented with [Crystal](https://github.com/manastech/crystal).
  4. This project is a toy box for my dynamic language ideas.
  5. <!-- ScreenShot -->
  6. ## So Many Tasks
  7. - [ ] Refactorings
  8. - [ ] Make `is_a?` guards more elegant
  9. - [ ] Import test cases from Mal
  10. - [ ] Add CI
  11. - [ ] More OOP (`evaluator`)
  12. - [ ] Use standard `readline` implementation
  13. - [ ] Better lexer and parser
  14. - [ ] Add examples
  15. - [ ] Add more language features using Crystal's semantics (e.g. union type)
  16. - ...
  17. ## Installation
  18. 1. Install `crystal` command
  19. 2. `$ crystal run /path/to/Crisp/src/crisp.cr`
  20. ## Development Environment
  21. - OS X
  22. - Crystal 0.7.1
  23. ## License
  24. Distributed under [the MIT License](http://opensource.org/licenses/MIT).
  25. ```
  26. Copyright (c) 2015 rhysd
  27. ```