July 13th, 2008
I’ve renamed Php::Parser to Ionize. Not as mystical as I would have liked, but it works for now. It’s got a new home at GitHub.
The TODO on Ionize is now:
- Create a basic demo site to show off it’s current capabilities
- Get Php::Environment up and running, even if that means I have to use libphp.so to handle top-level functions
- Replace the translate stuff with ParseTree’s SexpProcessor, which does 95% of what I’m already doing