1 line
6.8 KiB
JSON
1 line
6.8 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pygments_lexers_grammar_notation_py", "label": "grammar_notation.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L1"}, {"id": "grammar_notation_bnflexer", "label": "BnfLexer", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L18"}, {"id": "regexlexer", "label": "RegexLexer", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "grammar_notation_abnflexer", "label": "AbnfLexer", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L66"}, {"id": "grammar_notation_jsgflexer", "label": "JsgfLexer", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L132"}, {"id": "grammar_notation_peglexer", "label": "PegLexer", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L209"}, {"id": "grammar_notation_rationale_1", "label": "pygments.lexers.grammar_notation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Lexer", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L1"}, {"id": "grammar_notation_rationale_19", "label": "This lexer is for grammar notations which are similar to original BNF.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L19"}, {"id": "grammar_notation_rationale_67", "label": "Lexer for IETF 7405 ABNF. (Updates `5234 <http://www.ietf.org/rfc/rfc5234.t", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L67"}, {"id": "grammar_notation_rationale_133", "label": "For JSpeech Grammar Format grammars.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L133"}, {"id": "grammar_notation_rationale_210", "label": "This lexer is for Parsing Expression Grammars (PEG). Various implementation", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L210"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pygments_lexers_grammar_notation_py", "target": "pygments_lexer", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_lexers_grammar_notation_py", "target": "pygments_token", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_lexers_grammar_notation_py", "target": "grammar_notation_bnflexer", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L18", "weight": 1.0}, {"source": "grammar_notation_bnflexer", "target": "regexlexer", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_lexers_grammar_notation_py", "target": "grammar_notation_abnflexer", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L66", "weight": 1.0}, {"source": "grammar_notation_abnflexer", "target": "regexlexer", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L66", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_lexers_grammar_notation_py", "target": "grammar_notation_jsgflexer", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L132", "weight": 1.0}, {"source": "grammar_notation_jsgflexer", "target": "regexlexer", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L132", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_lexers_grammar_notation_py", "target": "grammar_notation_peglexer", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L209", "weight": 1.0}, {"source": "grammar_notation_peglexer", "target": "regexlexer", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L209", "weight": 1.0}, {"source": "grammar_notation_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_pygments_lexers_grammar_notation_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L1", "weight": 1.0}, {"source": "grammar_notation_rationale_19", "target": "grammar_notation_bnflexer", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L19", "weight": 1.0}, {"source": "grammar_notation_rationale_67", "target": "grammar_notation_abnflexer", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L67", "weight": 1.0}, {"source": "grammar_notation_rationale_133", "target": "grammar_notation_jsgflexer", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L133", "weight": 1.0}, {"source": "grammar_notation_rationale_210", "target": "grammar_notation_peglexer", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py", "source_location": "L210", "weight": 1.0}], "raw_calls": []} |