lazarus/examples/parser
dodi 73c490be56 parser example: renamed FPC 2.4 version
git-svn-id: trunk@26347 -
2010-06-30 12:37:26 +00:00
..
no_cpu.2.4 parser example: renamed FPC 2.4 version 2010-06-30 12:37:26 +00:00
readme.txt parser example: created no_cpu sample 2010-06-30 00:41:34 +00:00

This directory contains several Pascal parser related projects.
All are around using the FPC compiler as a Pascal unit parser.

no_cpu/ppcfrom68k
=================
is an FPC compiler with no code generation, based on the M68K compiler. 
This project is suitable as a template for a new CPU, or as a Pascal parser.
The requirements for making a new CPU work are documented there.