Expand description
Multi-language syntax validation for Attested Computations and embedded scripts.
Provides fast syntax checking for Python, JavaScript, TypeScript, Rust, SQL, JSON, YAML, and Bash using pure Rust AST parsers.
Structs§
- Fenced
Code Block - A parsed fenced code block from markdown.
- Syntax
Error - A syntax diagnostic produced by static AST parsing.
Enums§
- Language
- Supported languages for static syntax checking.
Functions§
- check_
syntax - Checks the syntax of
sourcefor the givenlanguagetag or name. - extract_
fenced_ code_ blocks - Extracts all fenced code blocks (delimited by 3+ backticks or 3+ tildes) from markdown text.