You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TODO.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,12 @@ Working document of notes/tasks for trying to figure out how to correctly add de
2
2
3
3
4
4
-[ ] Ask claude to explain how the AssemblyScript parser works and try to add a garbage throwaway feature myself manually for learning purposes (eg. `mut` keyword for syntax like `mut myVariable = 10`).
5
+
5
6
-[ ] After implementing re-read all the stuff dcode and Max have been explaining and try to better understand it
6
7
8
+
-[ ] Need to add a transform hook for valdiating after parse but before compiliation.
9
+
10
+
-[ ] Need to add a test case for having a transform validate decorators.
7
11
8
12
NOTES:
9
13
- AST can be extended without breaking changes, this is perfectly fine and anything that is added will just be ignored by the compiler but at least transformer plugins can then make use of it. No need to validate and throw errors unless it is an AST parse error.
0 commit comments