michael 73868dda9a + Patch from Jeff Pohlmeyer to read less than and larger than 22 years ago
..
Makefile 29762b04a6 * regenerated 22 years ago
Makefile.fpc 854bbf5535 * add compiler targetdir 22 years ago
pastree.pp 4fd8097376 * First version as part of FCL 22 years ago
paswrite.pp 4fd8097376 * First version as part of FCL 22 years ago
pparser.pp dcb9c790bd * Added $IFxxx support 22 years ago
pscanner.pp 73868dda9a + Patch from Jeff Pohlmeyer to read less than and larger than 22 years ago
readme.txt c15317226b * Added readme 22 years ago

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.