Files
falco/userspace/engine/lua
Mark Stemm 10512b9ef9 Move compiler/parser lua files to a "modules" subdir
This will distinguish it from rule_loader.lua, which is *not* a module
but lua code with functions that can be called directly.

Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
2022-01-13 09:26:35 +01:00
..
2019-10-08 16:02:26 +02:00
2019-11-14 10:00:36 -08:00

Installation

The grammar uses the lpeg parser. For now install it using luarocks: luarocks install lpeg.