mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 19:28:38 +02:00
12 lines
305 B
Plaintext
12 lines
305 B
Plaintext
Compiler Writer's Guide
|
|
-----------------------
|
|
Here are a few tips for changing things in the compiler:
|
|
(by FK mostly)
|
|
|
|
- Assigned should be used instead of checking for nil directly, as
|
|
it can help solving pointer problems when in real mode.
|
|
- All compiler files should be saved in UNIX format
|
|
|
|
|
|
|