phpAspect 0.1.0
William Candillon, the Google Summer of Code student that I mentored last summer, has released a first version of the new phpAspect code base.
phpAspect is an extension to the PHP programming language that implements Aspect-Oriented Programming. The phpAspect compiler weaves aspects implementing crosscutting concerns into PHP source code. The weaving process is static (before source code execution) and uses William's parse_tree extension that provides access to the parse tree of PHP source code. The woven PHP source code can be executed with any PHP 5 version.
phpAspect is an extension to the PHP programming language that implements Aspect-Oriented Programming. The phpAspect compiler weaves aspects implementing crosscutting concerns into PHP source code. The weaving process is static (before source code execution) and uses William's parse_tree extension that provides access to the parse tree of PHP source code. The woven PHP source code can be executed with any PHP 5 version.
0 Comments to "phpAspect 0.1.0"
0 Trackbacks to "phpAspect 0.1.0"
Add Comment