slang/syntax/ directory

Syntax tree manipulation.

Files

file CSTSerializer.h
Concrete Syntax Tree JSON serialization.
file SyntaxFacts.h
Various syntax-related utility methods.
file SyntaxListInfo.h
Reflection helpers for list-typed children of syntax nodes.
file SyntaxNode.h
Base class and utilities for syntax nodes.
file SyntaxPrinter.h
Support for printing syntax nodes and tokens.
file SyntaxRewriter.h
Syntax tree rewriter support.
file SyntaxTree.h
Top-level parser interface.
file SyntaxVisitor.h
Syntax tree visitor support.