Metadata-Version: 2.4
Name: hypergumbo-lang-extended1
Version: 2.2.1
Summary: Extended language analyzers (set 1) for hypergumbo
Author: Hypergumbo contributors
License: AGPL-3.0-or-later
Keywords: code-graph,language-support,static-analysis
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.10
Requires-Dist: hypergumbo-core==2.2.1
Requires-Dist: tree-sitter-agda~=1.3.3
Requires-Dist: tree-sitter-llvm~=1.1.0
Requires-Dist: tree-sitter-odin~=1.3.0
Requires-Dist: tree-sitter-solidity~=1.2.13
Requires-Dist: tree-sitter-verilog~=1.0.3
Requires-Dist: tree-sitter-vhdl~=1.3.1
Requires-Dist: tree-sitter-zig~=1.1.2
Description-Content-Type: text/markdown

<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
# hypergumbo-lang-extended1

Specialized and emerging language analyzers for hypergumbo.

## Supported Languages

Zig, Odin, Nim, Agda, Lean, COBOL, Apex, Solidity, Verilog, VHDL, Ada, D, Pascal, Pony, Janet, Fennel, Gleam, Hack, Haxe, GDScript, Luau, V, Wolfram, LLVM IR, Cap'n Proto, Smithy, Jsonnet, KDL, Prisma, Twig, SPARQL, Tcl, Fish, BibTeX, BitBake

## Installation

```bash
# With core
pip install hypergumbo-core hypergumbo-lang-extended1

# Full installation (recommended)
pip install hypergumbo
```

## Usage

```python
from hypergumbo_lang_extended1.zig import analyze_zig
from hypergumbo_lang_extended1.solidity import analyze_solidity
from hypergumbo_lang_extended1.agda import analyze_agda
```

## Documentation

See https://codeberg.org/iterabloom/hypergumbo for full documentation.
