Pārlūkot izejas kodu

* Add pasresolver.pp, passrcutil.pp pastounittest.pp description

git-svn-id: trunk@34739 -
michael 8 gadi atpakaļ
vecāks
revīzija
4aff9f298f
1 mainītis faili ar 15 papildinājumiem un 0 dzēšanām
  1. 15 0
      packages/fcl-passrc/src/readme.txt

+ 15 - 0
packages/fcl-passrc/src/readme.txt

@@ -28,3 +28,18 @@ pparser.pp
 ----------
 Parser for Pascal source files. Reads files via the pscanner unit and stores
 all parsed data in a parse tree, as implemented in the pastree unit.
+
+pasresolver.pp
+--------------
+A symbol resolver: A TPasTreeContainer descendent that looks up symbols 
+(identifiers) in the parse tree, following the scope rules of Pascal
+
+passrcutil.pp
+-------------
+A small class to roughly analyse a pascal source unit. It gives some methods to get
+a list of interface/implementation units, whether a source file has resource
+strings, a complete list of identifiers etc.
+
+pastounittest.pp
+----------------
+A unit to create a FPC unit test source file from a pascal unit file.