.. _f-antlrgrammarbuild: module ``languages.antlr_grammar_build`` ======================================== Short summary +++++++++++++ module ``pyensae.languages.antlr_grammar_build`` Helpers to build grammars This module requires `antlr4 `_. and `antlr4-python3-runtime `_. :githublink:`%|py|7` Functions +++++++++ +---------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | function | truncated documentation | +=============================================================================================+========================================================================+ | :func:`_is_syntax_is_missing ` | Downloads the grammar for a specific language if the files is missing. | +---------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | :func:`build_grammar ` | Compiles the grammar for a specific file. | +---------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyensae.languages.antlr_grammar_build :members: :special-members: __init__ :show-inheritance: