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;

Modules§

ast

Structs§

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