Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 782 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 782 Bytes

Build Status codecov

A small lisp-like macro language for a couple assembly programming projects.

The goals:

  • make simple practical metaprogramming features easily accessible
  • an easily extensible system.

It helps out in programming a couple electronics projects. But the system can also work as a fun shell program or a mini glue language.

The main module is based on lispy from the "100-lines Lisp in Python" example by Peter Norvig. It evolved and has changed considerably.