Literate programming for Lua - run code in markdown docs

$ luarocks install lualit

Lualit is literate programming for Lua. It lets you write your Lua code as
a markdown file with a `.lualit` or `.lua.md` extension. Indented text is
treated as Lua code. Everything else is treated as a comment.

Lualit can be dynamically compiled and run using a loader plugin, or compiled
into Lua and run at a later time.

Lualit files get pretty syntax highlighting on GitHub (via `.lua.md`) and can
be compiled to pretty documentation with
Docco (https://jashkenas.github.io/docco/).

Versions

dev-1dev7 years ago(revision: 2)29 downloads
0.0.2-17 years ago163 downloads

Dependencies

lua >= 5.1

Labels

Manifests