Add topic "Compiler" Accepted
Changes: 4
-
Add Compiling to Assembly from Scratch
- Title
-
- Unchanged
- Compiling to Assembly from Scratch
- Type
-
- Unchanged
- Book
- Created
-
- Unchanged
- 2020-07-27
- Description
-
- Unchanged
- This ebook will show you in detail how you can build a compiler from scratch that goes all the way from source to assembly.
- Link
-
- Unchanged
- https://keleshev.com/compiling-to-assembly-from-scratch/
- Identifier
-
- Unchanged
- no value
Resource | v1 | current (v1) -
Add Compiler
- Title
-
- Unchanged
- Compiler
- Description
-
- Unchanged
- In computing, a compiler is a computer program that translates computer code written in one programming language (the source language) into another language (the target language). The name "compiler" is primarily used for programs that translate source code from a high-level programming language to a lower level language (e.g., assembly language, object code, or machine code) to create an executable program.There are many different types of compilers which produce output in different useful forms. A compiler that can run on a computer whose CPU or operating system is different from the one on which the code it produces will run is called a cross-compiler. A bootstrap compiler is written in the language that it intends to compile. A program that translates from a low-level language to a higher level one is a decompiler. A program that translates between high-level languages is usually called a source-to-source compiler or transcompiler.
- Link
-
- Unchanged
- https://en.wikipedia.org/?curid=5739
Topic | v1 | current (v1) -
Add Compiler treated in Compiling to Assembly from Scratch
- Current
- treated in
Topic to resource relation | v1 -
Add Computer programming parent of Compiler
- Current
- parent of
Topic to topic relation | v1