mirror of
https://github.com/vonhyou/lisp-interpreter.git
synced 2025-06-08 10:21:59 +00:00
18 lines
No EOL
293 B
Markdown
18 lines
No EOL
293 B
Markdown
## Yet another lisp interpreter
|
|
|
|
**PRO**cessor of **L**ist for Mathematical Calculation
|
|
|
|
It's a simple minimal lisp interpreter written in ruby.
|
|
|
|

|
|
|
|
### Feature
|
|
|
|
- Basic functions as a minimal lisp
|
|
- **No** support for `String`
|
|
|
|
### Usage
|
|
|
|
```bash
|
|
$ ruby ./prol.rb
|
|
``` |