lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


For anyone else wondering where to get LuaAnnotate here are the project's wiki page & git repository:

 * http://lua-users.org/wiki/LuaAnnotate
 * https://github.com/davidm/lua-annotate

Interesting project David! I could see this turning into a server side program which renders syntax highlighted source code with hyperlinked identifiers and interleaved user comments which can be edited collaboratively / in a wiki like manner.

 - Peter Odding