petit_lisp 6.4.0 copy "petit_lisp: ^6.4.0" to clipboard
petit_lisp: ^6.4.0 copied to clipboard

A simple Lisp implementation

example/README.md

Petit Lisp #

This project is a simple grammar and evaluator for LISP. The code is reasonably complete to run and evaluate complex programs. Binaries for a Read–Eval–Print Loop (REPL) are provided for the console and the web browser.

dart run bin/lisp/lisp.dart
copied to clipboard

It is a fork of the PetitParser Lisp example.

Web #

To run the web example execute the following commands from the command line and navigate to http://localhost:8080/:

dart pub global activate webdev
webdev serve --release
copied to clipboard
2
likes
150
points
90
downloads

Publisher

verified publishermadlon-kay.com

Weekly Downloads

2024.07.09 - 2025.01.21

A simple Lisp implementation

Homepage
Repository (GitHub)

Topics

#lisp

Documentation

API reference

License

MIT (license)

Dependencies

petitparser

More

Packages that depend on petit_lisp