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