https://github.com/glesica/disp
A simple Lisp interpreter written in Dart.
https://github.com/glesica/disp
dart lisp programming-language
Last synced: 4 months ago
JSON representation
A simple Lisp interpreter written in Dart.
- Host: GitHub
- URL: https://github.com/glesica/disp
- Owner: glesica
- Created: 2019-01-13T19:11:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T02:50:28.000Z (over 7 years ago)
- Last Synced: 2025-10-26T16:35:37.591Z (8 months ago)
- Topics: dart, lisp, programming-language
- Language: Dart
- Homepage: https://glesica.github.io/disp/
- Size: 6.81 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Disp
I wanted an excuse to play around with `petitparser`. This is that excuse. It is a very simple Lisp
interpreter called Disp (Dart Lisp).
## Example
```
pub run disp -s '(sum 5 4)'
```