👉 In computer science, a subnode of an abstract syntax tree (AST) is a subtree that includes all nodes below it in the tree. This means that for every node in the AST, there is at least one subnode above it. For example, consider the following AST: ``` Node A: Node B | | | | | | | | | | | | | | | | |