$ 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
Dependencies
lua >= 5.1