Overview about my programming projects. A full list is on GitHub.
- clingo
-
A standard library for C.
- LuaZDF
-
A registry of useful Lua functions.
- tok
-
A parser-combinator library that is based on cScanner and borrows many thinks from LPeg.
- lzt
-
Command-line tool to work with a LuaZDF repository. It is written in Lua and uses functions from LuaZDF.
- injarg
-
Command-line tool that allows to call an app with arguments from an args file. Usefull, because currently most apps do not support args files. ;-)
- pato
-
Command-line tool to manipulate a PATH variable.
- basexx
-
A Lua library which provides base2(bitfield), base16(hex), base32(crockford/rfc), base64(rfc/url), base85(z85) decoding and encoding. All functions also exist in LuaZDF in similar form.