Derleyici, program kaynak kodu dosyalarını çalıştırılabilir bir programda derleyen bir yazılım programıdır. Çoğu programlama yazılımı paketiyle entegre geliştirme ortamı IDE'nin bir parçası olarak dahil edilir .
Derleyici, C , BASIC veya Java gibi yüksek düzeyde bir dilde yazılmış kaynak kod dosyalarını alır ve kodu, makine kodu veya montaj kodu gibi düşük düzeyde bir dilde derler. Bu kod, Intel Pentium veya PowerPC gibi belirli bir işlemci türü için oluşturulur. Program daha sonra işlemci tarafından tanınabilir ve işletim sisteminden çalıştırılabilir .
Bir derleyici kaynak kod dosyalarını bir programa derledikten sonra program değiştirilemez. Bu nedenle, kaynak kodunda herhangi bir değişiklik yapılmalı ve program yeniden derlenmelidir. Neyse ki, çoğu modern derleyici hangi değişikliklerin yapıldığını algılayabilir ve yalnızca programcıları çok fazla zaman kazandıran değiştirilmiş dosyaları yeniden derlemeniz gerekir. Bu, programcıların proje son teslim tarihinden önceki 100 saatlik çalışma haftalarını 90 ya da öylesine düşürmelerini sağlayabilir
A compiler is a software program that compiles program source code files into an executable program. It is included as part of the integrated development environment IDE with most programming software packages.
The compiler takes source code files that are written in a high-level language, such as C, BASIC, or Java, and compiles the code into a low-level language, such as machine code or assembly code. This code is created for a specific processor type, such as and Intel Pentium or PowerPC. The program can then be recognized by the processor and run from the operating system.
After a compiler compiles source code files into a program, the program cannot be modified. Therefore, any changes must be made in the source code and the program must be recompiled. Fortunately, most modern compilers can detect what changes were made and only need to recompile the modified files, which saves programmers a lot of time. This can help reduce programmers' 100 hour work weeks before project deadlines to around 90 or so.
Derleyici, C , BASIC veya Java gibi yüksek düzeyde bir dilde yazılmış kaynak kod dosyalarını alır ve kodu, makine kodu veya montaj kodu gibi düşük düzeyde bir dilde derler. Bu kod, Intel Pentium veya PowerPC gibi belirli bir işlemci türü için oluşturulur. Program daha sonra işlemci tarafından tanınabilir ve işletim sisteminden çalıştırılabilir .
Bir derleyici kaynak kod dosyalarını bir programa derledikten sonra program değiştirilemez. Bu nedenle, kaynak kodunda herhangi bir değişiklik yapılmalı ve program yeniden derlenmelidir. Neyse ki, çoğu modern derleyici hangi değişikliklerin yapıldığını algılayabilir ve yalnızca programcıları çok fazla zaman kazandıran değiştirilmiş dosyaları yeniden derlemeniz gerekir. Bu, programcıların proje son teslim tarihinden önceki 100 saatlik çalışma haftalarını 90 ya da öylesine düşürmelerini sağlayabilir
A compiler is a software program that compiles program source code files into an executable program. It is included as part of the integrated development environment IDE with most programming software packages.
The compiler takes source code files that are written in a high-level language, such as C, BASIC, or Java, and compiles the code into a low-level language, such as machine code or assembly code. This code is created for a specific processor type, such as and Intel Pentium or PowerPC. The program can then be recognized by the processor and run from the operating system.
After a compiler compiles source code files into a program, the program cannot be modified. Therefore, any changes must be made in the source code and the program must be recompiled. Fortunately, most modern compilers can detect what changes were made and only need to recompile the modified files, which saves programmers a lot of time. This can help reduce programmers' 100 hour work weeks before project deadlines to around 90 or so.