rococodogs / phaml

WIP PHP Haml parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phaml

Very WIP haml parser for PHP. I should have realised that the name had already been taken, but as a) that project's been seemingly abandoned for over five years (there's a promised "new version" slated for Q4 of 2009) and b) I'm not sure I'll even finish this, I'm not too concerned.

todo

  • Phaml objects to HTML text
  • parse haml text into a tree of Phaml objects
  • convert tree to HTML text (incl. child els in their proper place)
  • doctype + other special tags
  • meet haml spec
  • execute inline PHP with - and = tags
  • allow variables

About

WIP PHP Haml parser


Languages

Language:PHP 100.0%