Introduction/fr

From Lazarus wiki
Revision as of 13:49, 24 May 2020 by E-ric (talk | contribs) (Created page with "{{Introduction}} Retour au contenu FPC internals = Introduction = Ce document décrit l'architecture interne de Free Pascal. Compilateur version 1.9.x...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

English (en) français (fr)

Retour au contenu FPC internals

Introduction

Ce document décrit l'architecture interne de Free Pascal. Compilateur version 1.9.x+ livraison. Ce document est conçu pour être employé comme un guide. Pour ceux qui souhaite comprendre comment le compilateur a été créé.

L'architecture, et les différentes passes du compilateur sont montrées dans la figure suivante: (last updated for fpc version 1.0.x)

http://www.pjh2.de/fpc/CompilerInternalsFigure01.png

Prochain chapitre: Scanner/Tokenizer