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
Filed under: Delphi, Delphi 1, Delphi 2, Delphi 2005, Delphi 2006, Delphi 2007, Delphi 2009, Delphi 2010, Delphi 3, Delphi 4, Delphi 5, Delphi 6, Delphi 7, Delphi 8, Delphi x64, Delphi XE, Delphi XE2, Delphi XE3, Delphi XE4, Delphi XE5, Development, Software Development Tagged: Delphi TParser