froscon2009 - 1.0

FrOSCon
Free and Open Source Software Conference

Referenten
Sebastian Bergmann
Programm
Tag Day 2 (2009-08-23)
Raum C118/PHP
Beginn 16:30
Dauer 01:00
Info
ID 411
Veranstaltungstyp Vortrag
Track PHP
Sprache der Veranstaltung englisch
Feedback

PHP Compiler Internals

In this presentation we introduce a new language construct to demonstrate how one might go about modifying the PHP interpreter. The internals of which follow a pattern common to many language implementations, with lexical analysis, parsing, code generation, and execution phases. By the end of the presentation, it is hoped the audience will see that contributing to the PHP language core is not necessarily as difficult as it might seem.

In this presentation we introduce a new language construct to demonstrate how one might go about modifying the PHP interpreter. The internals of which follow a pattern common to many language implementations, with lexical analysis, parsing, code generation, and execution phases. By the end of the presentation, it is hoped the audience will see that contributing to the PHP language core is not necessarily as difficult as it might seem.