> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codeant.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Tree-sitter VB.NET Parser

> Open Source Tree-sitter Grammar for Visual Basic .NET

### Overview

CodeAnt AI maintains an open source Tree-sitter grammar for Visual Basic .NET (VB.NET), enabling incremental parsing for editors, code intelligence, refactoring tools, and static analysis pipelines. This project fills a critical gap in the VB.NET ecosystem by providing modern AST-based parsing capabilities.

### Installation

```bash theme={null}
npm install tree-sitter tree-sitter-vb-dotnet
```

### Contributing

We welcome bug reports and pull requests! Visit our [GitHub repository](https://github.com/CodeAnt-AI/tree-sitter-vb-dotnet) to:

* Report parsing issues
* Suggest new features
* Submit pull requests
* View the complete grammar specification
