Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 261 Bytes

grammar.rst

File metadata and controls

14 lines (7 loc) · 261 Bytes

Grammar

An external dependency for EQL is the Python library `Lark`_. Lark generates a parser generator for the below grammar, which EQL uses to parse queries.

.. literalinclude:: ../../eql/etc/eql.g