2021-12-14T01:51:36Z

abstract syntax tree

An abstract syntax tree is a representation of software code which has been tokenized and parsed, and is typically the penultimate step before the code's semantics are interpreted. It is a convenient representation for navigating the different structural elements of the code.

AST

call graph

Dorian Taylor

Glossary & Index

profiling (technique)