Переглянути джерело

update and fix README

master
rhysd 9 роки тому
джерело
коміт
f1c8ddac90
1 змінених файлів з 4 додано та 4 видалено
  1. +4
    -4
      README.md

+ 4
- 4
README.md Переглянути файл

@ -13,8 +13,8 @@ This project is a toy box for my dynamic language ideas.
- __Refactorings__
- [ ] Make `is_a?` guards more elegant
- [ ] Import test cases from Mal
- [ ] Add CI
- [ ] More OOP (`evaluator`, remove global variable, move states into object)
- [x] Add CI
- [x] More OOP (`evaluator`, remove global variable, move states into object)
- [x] Use standard `readline` implementation
- [ ] Better lexer and parser
- [ ] Add examples
@ -25,8 +25,8 @@ This project is a toy box for my dynamic language ideas.
## Installation
1. Install `crystal` command
2. `$ crystal run /path/to/Crisp/src/main.cr`
1. Install `crystal` command ([instruction](http://crystal-lang.org/docs/installation/index.html))
2. `$ crystal run /path/to/Crisp/crisp.cr`
## Development Environment

Завантаження…
Відмінити
Зберегти