Compiler: Difference between revisions

Add Preprocessor to sequence
(added some wp links; some rephrasing)
(Add Preprocessor to sequence)
 
(7 intermediate revisions by 5 users not shown)
Line 8:
* [[:Category:Compilers and Interpreters|List of compilers and interpreters]]
* [[wp:Compiler|Wikipedia page about compilers]]
* [httphttps://www-oldpeople.oberoninf.ethz.ch/WirthPublwirth/CBEAllCompilerConstruction/CompilerConstruction1.pdf Free PDF of Niklaus Wirth's "Compiler Construction" (chapters 1-8)]
* [https://people.inf.ethz.ch/wirth/CompilerConstruction/CompilerConstruction2.pdf Free PDF of Niklaus Wirth's "Compiler Construction" (chapters 9-16)]
* [[Compiler/Preprocessor|Preprocessor task]]
* [[Compiler/lexical_analyzer|Lexical Analyzer task]]
* [[Compiler/syntax_analyzer|Syntax Analyzer task]]
* [[Compiler/code_generator|Code Generator task]]
* [[Compiler/virtual_machine_interpreter|Virtual Machine Interpreter task]]
* [[Compiler/AST_interpreter|AST Interpreter task]]
* [[Compiler/Verifying_syntax|Verify syntax task]]
* [[Compiler/Simple file inclusion pre processor]]