summaryrefslogtreecommitdiff
path: root/Notes/ImplementationNotes/00-Overall.md
diff options
context:
space:
mode:
Diffstat (limited to 'Notes/ImplementationNotes/00-Overall.md')
-rw-r--r--Notes/ImplementationNotes/00-Overall.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/Notes/ImplementationNotes/00-Overall.md b/Notes/ImplementationNotes/00-Overall.md
index ddb32e03..bb857d76 100644
--- a/Notes/ImplementationNotes/00-Overall.md
+++ b/Notes/ImplementationNotes/00-Overall.md
@@ -38,7 +38,6 @@ MIR
- "MIR Validate" - Checks the sanity of the generated MIR
-
AST
===
The AST contains a direct translation of the source code into data structures, maintaining ordering and support for unexpanded macros and relative paths.