You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[LIB] Tokenize Delphi source code into a complete, position-aware token stream with full round-trip fidelity and explicit invalid-token handling for parsers, formatters and tooling. Includes TokenCompare, TokenStats, TokenDump utilities along with custom Syntax Highlighter for SynEdit.
Simple scriptable command-line builds for Delphi projects. Pair with delphi-inspect to discover the full list of installed Delphi toolchains (or pick the latest) to set build settings. Also bundled as part of delphi-powershell-ci, providing a suite of pipeline actions including: Clean, IncVer, Build, Run, Coverage, CallGraph, Copy, and Compress.
A standalone Delphi parser for VCL and FMX form files (.dfm/.fmx) in both text and binary formats. Produces a typed AST with full round-trip fidelity for migration, analysis, and code generation workflows.