gdscript-syntax 0.2.1

Lexer, indentation pre-pass, and a lossless (cstree) parser for GDScript — gdscript-analyzer.
Documentation

gdscript-syntax

The lexer, indentation pre-pass, and lossless (cstree) parser that turn GDScript source into a concrete syntax tree — error-resilient, full-fidelity (every byte, including trivia, is preserved).

An internal layer of gdscript-analyzer, a fast, embeddable GDScript (Godot 4.x) static-analysis library ("Roslyn for Godot"). You normally don't depend on this crate directly — use gdscript-ide (the public API), or the @gdscript-analyzer/core (Node) / @gdscript-analyzer/wasm (browser) packages.