From 0ed18dff023ff1140a01160c19529d330ad9da4f Mon Sep 17 00:00:00 2001 From: Andy Fleming <721038+andyfleming@users.noreply.github.com> Date: Thu, 14 Oct 2021 12:43:23 -0700 Subject: [PATCH] Starts glossary page --- Glossary.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Glossary.md diff --git a/Glossary.md b/Glossary.md new file mode 100644 index 0000000..2344af6 --- /dev/null +++ b/Glossary.md @@ -0,0 +1,17 @@ +The below terms may be helpful if you're new to zig, compilers, or low-level programming. + +### AIR + +Analyzed Intermediate Representation + +### ELF + +### IR + +Intermediate representation + +### Semantic Analysis + +### ZIR + +Zig Intermediate Representation \ No newline at end of file