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.

41 lignes
909 B

il y a 9 ans
il y a 9 ans
il y a 9 ans
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. - [x] Use standard `readline` implementation
  13. - [ ] Better lexer and parser
  14. - [ ] Add examples
  15. - [ ] More convenient REPL (e.g. completion)
  16. - __New language features using Crystal's semantics__
  17. - [ ] Algebraic data type
  18. - ...
  19. ## Installation
  20. 1. Install `crystal` command
  21. 2. `$ crystal run /path/to/Crisp/src/crisp.cr`
  22. ## Development Environment
  23. - OS X
  24. - Crystal 0.7.1
  25. ## License
  26. Distributed under [the MIT License](http://opensource.org/licenses/MIT).
  27. ```
  28. Copyright (c) 2015 rhysd
  29. ```