I am new to codemirror. I have been able to integrate codemirror with syntax highlighting for javascript. However, I am very confused about how to get hold of the AST or traverse through syntax tree for the content typed in the editor. Any code example to help me understand this?