An open API service indexing awesome lists of open source software.

https://github.com/glesica/disp

A simple Lisp interpreter written in Dart.
https://github.com/glesica/disp

dart lisp programming-language

Last synced: about 1 month ago
JSON representation

A simple Lisp interpreter written in Dart.

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)'
```