News Feed
Jobs Feed
Sections




News Archive
Sankuru Blog:
A simple bytecode compiler with virtual machine, written in Php, for the EL language
December 30, 2011 @ 11:06:36

On the Sankuru blog there's a recent post looking at the construction of a simple bytecode compiler with a virtual machine as written in PHP (for Expression Language).

In my previous blog posts, I demonstrated how we can use the builtin PCRE library, to create a lexer in Php. I also showed how to use Bison-generated LALR1 parser tables in Php. In this blog post, I will re-use these lexing and parsing facilities to compile EL programs from within Php.

He uses his lexer/parser (available for download) in an example program that outputs some values and does some simple mathematical operations. There's sections detailing the Bison grammar used, execution stacks, callbacks and the bytecode it produces.

0 comments voice your opinion now!
bytecode compiler virtual machine expression language


blog comments powered by Disqus

Similar Posts

Drupal Motion: PHP is not dead

PHP Security Blog: Cross Virtual Host Cookie Theft

Jonnay\'s Blog: Introducing BunnyRegex - easy regular expressions, and mini-languages inside of PHP.

Stefan Mischook's Blog: PHP Video Tutorial: Functions

SitePoint PHP Blog: PHP to Java bytecode


Community Events









Don't see your event here?
Let us know!


phpunit composer unittest code tool introduction database zendframework2 testing community example podcast object api development opinion interview language release framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework