RomanYankovsky / DelphiAST

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

Rootnode can now be of multiple types (not just Unit) #315

Open Irame opened 2 years ago

Irame commented 2 years ago

This change makes it possible to distinguish between different file types like Unit, Programm, Library, Package and Include by making the root node of a different node type.