context: working on intro
This commit is contained in:
parent
1562979822
commit
ec720b1190
2 changed files with 31 additions and 3 deletions
|
@ -1,5 +1,26 @@
|
|||
% // vim: set ft=tex:
|
||||
|
||||
\newglossaryentry{rustlang}{
|
||||
name = Rust,
|
||||
description = {
|
||||
The Rust Programming Language.
|
||||
},
|
||||
}
|
||||
|
||||
\newglossaryentry{compiler}{
|
||||
name = compiler,
|
||||
description = {
|
||||
A program that can transform software source code to executable machine code.
|
||||
},
|
||||
}
|
||||
|
||||
\newglossaryentry{addrspace}{
|
||||
name = memory address space,
|
||||
description = {
|
||||
A logical entity that represents parts of the virtual memory, specified with a starting address and the length in a standardize unit
|
||||
},
|
||||
}
|
||||
|
||||
\newglossaryentry{API}{
|
||||
name = API,
|
||||
description = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue