blob: 06722cbdb0854d307bace9a5cb08a0aa5144a9a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
polygLua. Gluing things onto Lua, making it a polyglot language.
I can write Lua in any language. B-)
Also includes some other little useful bits I commonly use, most of which is used in support of its main function.
INNER WORKINGS
ldoc compatible comments are used, may work with luadoc as well.
ldoc -b .. ~/SOURCE/polygLua -vaX --style ~/SOURCE/polygLua
TODO
cgit is fussy and wants a file called README not README.md.
Maybe edit .git/cgitrc to point to the 'homepage', like the mantis project.
|