Skip to main content

Crate oak_delphi

Crate oak_delphi 

Source
Expand description

Delphi programming language parser implementation

This module provides a complete parser for the Delphi programming language, including lexer, syntax definitions, and language configuration.

§oak-delphi

A Delphi parser implemented using the OAKS parsing framework.

Re-exports§

pub use crate::ast::DelphiRoot;
pub use crate::highlighter::DelphiHighlighter;

Modules§

ast
highlighter
parser

Structs§

DelphiBuilder
Delphi 语言的 AST 构建器
DelphiFormatter
Delphi 代码格式化器
DelphiLanguage
Language definition for Delphi programming language
DelphiLexer
Lexer implementation for Delphi programming language

Enums§

DelphiSyntaxKind
Syntax kinds for Delphi programming language

Type Aliases§

DelphiToken
Token type for Delphi language syntax