context: working on intro

This commit is contained in:
steveej 2017-04-05 18:51:02 +02:00
parent 1562979822
commit ec720b1190
2 changed files with 31 additions and 3 deletions

View file

@ -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 = {