Oxc AST
Provides an experimental server for interacting with the OXC parser's Abstract Syntax Tree.
About
Oxc AST serves as an unofficial and experimental companion server designed for the OXC parser. It enables developers to interact with the OXC Abstract Syntax Tree (AST) through various tools, facilitating the understanding and verification of code structures. This utility is particularly valuable for those implementing or testing tools within the OXC ecosystem, such as linters or formatters, by offering insights into AST nodes and reporting code diagnostics.
Key Features
- 6 GitHub stars
- Check code for syntactic and semantic diagnostics.
- Display documentation for OXC AST nodes, with optional regex filtering.
- Parse code snippets and return the Abstract Syntax Tree (AST).
Use Cases
- Serve as a companion tool when implementing OXC tools like linters or formatters.
- Verify operations and discover basic syntactic and semantic issues in code.
- Understand OXC AST structure for agent development.