- https://lihautan.com/manipulating-ast-with-javascript/
- abstract_syntax_tree
- ast_explorer_net
- abstract_syntax_tree traversal happens bydepth_first_search
- The operation are going to be
- Adding a node
- Removing node
- Modifying a node
Aug 30, 20241 min read