Delphi `TParser` links
Posted by jpluimers on 2014/03/25
I needed to modify some code that had been amended from the Delphi TParser class (which parses DFM files, but can be amended to other sources as well), so here are some links I found during my research:
- CodeToHTML parser (with really nice flow diagrams).
- What is this TParser thing and how do I use it?.
- System.Classes.TParser – RAD Studio API Documentation.
- Brain := TBrain.Create(Head);: TParser в Delphi.
- Ray Lischner on TParser.
Oh and it is on the Delphi VCL Hierarchy poster too (:
–jeroen






BoulderDrop (@boulderdrop) said
I love it! Especially the work that he went into with CodeToHTML. However, I am afraid of all the AnsiString usage. Android could very well do general purpose computing that desktop computers have been doing.
jpluimers said
The `TParser` included with Delphi has been made Unicode compatible. The Ansi code is for illustrative purposes.