I might create a parser for a language that I just invented. It’s
somewhat like Common Lisp.
(h1 A heading)
(p This is (strong awefully) nice.)
(h2 Another heading)
Or, it could be written this way…
(h1
A heading)
(p
This is (strong awefully) nice.)
(h2
Another heading)
Writing a parser for this is ten times easier than writing one for
Markdown. And this language is infinitely times more extensible.
Received on Sun Aug 22 2010 - 17:01:08 CEST
This archive was generated by hypermail 2.2.0 : Sun Aug 22 2010 - 17:12:02 CEST