level-2/xmarkdown

A new approach at templating

dev-master 2016-12-15 16:07 UTC

This package is auto-updated.

Last update: 2024-04-14 01:57:28 UTC


README

XMarkDown was originally concieved as a way of demonstrating the use of OOP for a task that is often touted as the realm of procedural code: parsing a linear document. What could be more procedural than that?

This is an example of how OOP can be used to solve even the most seemingly "procedural" of problems.

This is currently a work in progress but is most of the way towards becomming a full markdown parser.

Project Goals

  1. Parse MarkDown into a DomDocument object rather than focussing on string manipulation

  2. Don't rely on regular expressions