Module lace
Lua Access Control Engine.
The Lua Access Control Engine library consists primarily of a ruleset compiler and execution engine. In addition there is a lexer and also a complex error reporting system designed to ensure application authors who use Lace in their projects can provide good error messages to their users.
- For compiling rulesets, see lace.compiler.compile.
- For running compiled rulesets, see lace.engine.run.