RomanYankovsky / DelphiAST

Abstract syntax tree builder for Delphi
Mozilla Public License 2.0
271 stars 116 forks source link

TProjectIndexer parses complete projects #259

Closed gabr42 closed 6 years ago

gabr42 commented 6 years ago

TProjectIndexer parses a unit or .dpr, then follows by parsing used units (if found on a specified search path) and continues doing that until all units are parsed. It then gives the user access to AST for each unit.

JBontes commented 6 years ago

Very cool, this solves one of the missing pieces of the puzzle.