mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-22 03:49:36 +00:00
This allows the compiler to define per-rule formats. They are currently instantiated and stored on the c++ side, but not being made use of yet.
Installation
The sysdig grammar uses the lpeg
parser. For now install it using luarocks:
luarocks install lpeg
.