Difference between revisions of "Introduction"

From Free Pascal wiki
Jump to navigationJump to search
 
Line 4: Line 4:
 
Compiler version 1.9.x+ release. This document is meant to be used as a guide
 
Compiler version 1.9.x+ release. This document is meant to be used as a guide
 
for those who wish to understand how the compiler was created.
 
for those who wish to understand how the compiler was created.
 +
 +
Next chapter: [[Scanner/Tokenizer]]

Revision as of 05:11, 14 December 2003

Introduction

This document describes the internal architecture of the Free Pascal Compiler version 1.9.x+ release. This document is meant to be used as a guide for those who wish to understand how the compiler was created.

Next chapter: Scanner/Tokenizer