Updated Goto talk from PHPCon EU

This commit is contained in:
Derick Rethans
2017-11-07 10:49:07 +00:00
parent 77701e0105
commit ccd23768c4
2 changed files with 2 additions and 2 deletions

View File

@@ -71,9 +71,9 @@ Opcodes
<!--
Try/Catch nonsense
- FASTCALL/FASTRET
-->
<slide>slides/internals/catch.xml</slide>
<slide>slides/internals/jumps-try-catch.xml</slide>
-->
<!--
Dead code analysis

View File

@@ -2,7 +2,7 @@
<title>Abstract Syntax Tree</title>
<list>
<bullet>An AST describes the structure of the parser script</bullet>
<bullet>An AST describes the structure of the parsed script</bullet>
<bullet>Each node is a language construct</bullet>
<bullet>Nested structures are represented through a tree</bullet>
<bullet>Not all the original information from the original source code is kept</bullet>