luakeys__source
A Lua module for parsing key-value options
- Version:
- 0.15.0
- Copyright:
- Josef Friedrich
- License:
- lppl1.3c
- Packaged on:
- 10/18/2024 15:35:10
- Number of files:
- 3
- Size on disk:
- 59.66 kB
This package provides a Lua module that can parse key-value options like the TeX packages keyval, kvsetkeys, kvoptions, xkeyval, pgfkeys etc. luakeys, however, accomplishes this task entirely by using the Lua language and does not rely on TeX. Therefore this package can only be used with the TeX engine LuaTeX. Since luakeys uses LPeg, the parsing mechanism should be pretty robust.