peter 2d6deeaade * regenerated 22 years ago
..
Makefile 2d6deeaade * regenerated 22 years ago
Makefile.fpc bbbdbe8cd2 * rst files added 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 85d1583739 + Patches from Matthias Gaertner to fix parsing of LCL 22 years ago
pscanner.pp 027cbe6a64 + FPC also accepts binary numbers starting with % 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.