A simple bytecode compiler with virtual machine, written in Php, for the EL 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.
Want to have your say? just login


Be first to show your opinion !!!