Has anyone created a template parser for fuel? I like Dwoo but I'm having trouble integrating it with fuel packages because I'm unfamiliar with PHP namespaces and how fuel packages work in general.
I know a parser isn't something that is completely necessary but I like giving users the ability to modify views without PHP knowledge and also limiting the functions they can use.
I have a half finished Parser package which will be available to download and install when it is done. It will be driver based, and one of those drivers (the default) will be SimpleTags.