peter 110fb12911 * regenerated пре 21 година
..
Makefile 110fb12911 * regenerated пре 21 година
Makefile.fpc 86f78c7300 * units are now created in separate directory units/cpu-os/ пре 21 година
pastree.pp c2c2131784 + Fix from Dave Strodtman to properly support packed пре 21 година
paswrite.pp c2c2131784 + Fix from Dave Strodtman to properly support packed пре 21 година
pparser.pp f2a74973d6 * fixed previous patch пре 21 година
pscanner.pp 5d26556132 + Some cleanup, removed some keywords which are not keywords пре 21 година
readme.txt c15317226b * Added readme пре 23 година

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.