peter 423fde7ac6 * regenerated 21 yıl önce
..
Makefile 423fde7ac6 * regenerated 21 yıl önce
Makefile.fpc bbbdbe8cd2 * rst files added 22 yıl önce
pastree.pp b89a9cd777 * Parse tree elements now can store a line number and source file for the 22 yıl önce
paswrite.pp 4fd8097376 * First version as part of FCL 23 yıl önce
pparser.pp a1cc8e79b2 * remove not implemented method 21 yıl önce
pscanner.pp d1070b6c6b * Exception on file not found 21 yıl önce
readme.txt c15317226b * Added readme 23 yıl önce

readme.txt

Pascal Source File Processing Units
===================================

(c) 2000-2003 Areca Systems GmbH / Sebastian Guenther, [email protected]

This directory contains some useful units for dealing with Pascal source
files: Parsing, creating structures in memory, and output to files.


pastree.pp
----------
Pascal parse tree classes, for storing a complete Pascal module in memory.
Currently, mainly declarations are supported; support for implementation
code is very basic.


paswrite.pp
-----------
A class and helper functions for creating Pascal source files from parse trees


pscanner.pp
-----------
Lexical scanner class for Pascal sources


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.