michael f993b813b1 * Fixed case of range starting with negative identifier 13 роки тому
..
pastree.pp b0077a1155 * Removed some memory leaks 13 роки тому
paswrite.pp 6e2eedcf17 * add fpmake.pp 17 роки тому
pparser.pp f993b813b1 * Fixed case of range starting with negative identifier 13 роки тому
pscanner.pp 24d175e0a7 * Abstracted handling of defines 13 роки тому
readme.txt 5b8dd4c004 * move fcl sources to separate packages 18 роки тому

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.