.. EBNF Compiler documentation master file, created by sphinx-quickstart on Mon Feb 16 13:49:30 2026. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. EBNF Compiler ============= A tool for parsing and compiling Extended Backus-Naur Form (EBNF) grammars. .. grid:: 1 2 2 2 :gutter: 2 .. grid-item-card:: 📚 Module Documentation :link-type: ref :link: modules-section Explore the API documentation and module reference. .. grid-item-card:: 🔍 API Reference :link: genindex Complete index of all classes, functions, and variables. .. toctree:: :maxdepth: 2 :hidden: .. _modules-section: Modules ======= .. toctree:: :maxdepth: 3 .. automodule:: ebnf_compiler :members: :undoc-members: :show-inheritance: .. automodule:: ebnf_compiler.scanner :members: :undoc-members: :show-inheritance: .. automodule:: ebnf_compiler.parser :members: :undoc-members: :show-inheritance: .. automodule:: ebnf_compiler.tokens :members: :undoc-members: :show-inheritance: Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`