Skip to content

Commit 4deaa00

Browse files
Update TODO.md
1 parent bcaacc6 commit 4deaa00

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

TODO.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ Working document of notes/tasks for trying to figure out how to correctly add de
22

33

44
- [ ] 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+
56
- [ ] After implementing re-read all the stuff dcode and Max have been explaining and try to better understand it
67

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.
711

812
NOTES:
913
- 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

Comments
 (0)