diff options
-rw-r--r-- | Notes/todo.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Notes/todo.txt b/Notes/todo.txt index 065c1642..c362fefb 100644 --- a/Notes/todo.txt +++ b/Notes/todo.txt @@ -7,3 +7,5 @@ TODO: - MIR Optimisations - HIR Optimisation (remove dead code in `if true/if false` branches) - Convert enum variants to point to structs for the data type +- Clean up Span code to correctly handle nested spans +- Clean up AST |