Stop show with sound -- Keyboard shortcut: 'x'  Next slide in show -- Keyboard shortcut: 'n'  2 minutes, 5 secondsName binding, Recursion, Iteration, and Continuations - slide 18 : 42

Tree processing (1)

A tree is a recursive data structure

We illustrate how to extract information from an HTML syntax tree

ast-example.laml
A sample web document with a number of links.
ast-ast-example.lsp
The abstract syntax tree represented as nested lists.