:mod:`parser`
=============

.. module:: rule_engine.parser
   :synopsis:

This module contains the parsing logic for taking rule text in the specified grammar and converting it to an abstract
syntax tree that can later be evaluated.

Classes
-------

.. autoclass:: Parser
   :show-inheritance:
   :special-members: __init__

.. autoclass:: ParserBase
   :members:
   :show-inheritance:
   :special-members: __init__
