lisp-interpreter-rb/README.md
2021-04-15 02:02:55 +08:00

22 lines
No EOL
406 B
Markdown

## Yet another lisp interpreter
**PRO**cessor of **L**ist for Mathematical Calculation
It's a simple minimal lisp interpreter written in ruby.
![](./screenshot/demo.png)
### Feature
- Basic functions as a minimal lisp
- **No** support for `String`
### Usage
```bash
$ ruby ./prol.rb
```
### Acknowledgement
[Tesla I. Zhang](https://github.com/ice1000), for pointing out errors and patient guidance