Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Q: What is an abstract syntax tree (AST)?

A: A hierarchical representation of the source code as a tree of nodes. For example, the function call

...

A: A code generator turns an abstract syntax tree into bytecode.

Q: Where is the specification for ActionScript ByteCode (ABC)?

A: http://www.adobe.com/content/dam/Adobe/en/devnet/actionscript/articles/avm2overview.pdfImage Added

Q: What is a semantic checker?

...