Results 12 repositories owned by David Manura

lua-annotate

21
Stars
3
Forks
Watchers

C code comments externally stored but displayed inline

lua-bit-numberlua

69
Stars
33
Forks
Watchers

Bitwise operators in pure Lua using Lua numbers

lua-compat-env

29
Stars
5
Forks
Watchers

Lua 5.1/5.2 environment compatibility functions.

lua-compress-deflatelua

51
Stars
10
Forks
Watchers

DEFLATE (RFC1951)/gunzip implemented in pure Lua

lua-fish

70
Stars
8
Forks
Watchers

Parses Lua to abstract syntax tree (AST) using LPeg.

lua-inspect

165
Stars
14
Forks
Watchers

Lua code analysis, with plugins for HTML and SciTE

lua-matrix

127
Stars
53
Forks
Watchers

Matrices and vectors of are real, complex, and symbolic elements, implemented as Lua tables.

lua2c

264
Stars
59
Forks
Watchers

convert Lua source code into an equivalent C source code written in terms of Lua C API calls

luacom

116
Stars
51
Forks
Watchers

Microsoft Component Object Model (COM) binding for Lua

lua-balanced

17
Stars
3
Forks
Watchers

match a Lua string, comment, or expression by loose parsing in pure Lua