GitXplorerGitXplorer
t

markover

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
53dec6c93c1ac2ab999b2f03af24aa34f926bdda

Modify README for GitHub.

ttheory committed 14 years ago
Unverified
3207135c94267575bf043885a1566423649fa08e

* I think I have the API I want worked out. It's more OO, so friendly for compiling into dynamic languages.

ttheory committed 16 years ago
Unverified
377c8f404dba9fcf996bbd5223bb2ffb49d63bd1

Turn file opening into a macro, eh?

ttheory committed 16 years ago
Unverified
614cbd9529d0e18aa78089551ebb592ed9684905

More fiddling, rewriting.

ttheory committed 16 years ago
Unverified
24df89aff19b7fcd067ca417d80be22fb3fb0696

Changed the prefix from "mo_" to "mko_", which is likely to be less common.

ttheory committed 16 years ago
Unverified
6f1e3d92015d6d51f5d0ae8b9d4f2ec2f228a26d

Moved some stuff to the markover library, and made it so that it is built as a library and pulled into the app.

ttheory committed 16 years ago

README

The README file for this repository.

Markover

This directory contains the source code for Markover, a lightweight markup language derived from John Gruber's Markdown.

Well, the beginnings of one, anyway. The idea was to write a lemon-based parser. I got as far as argument processing and sketching out a simple API. But then real life got in the way. Just as well, since there are some other great C-based Markdown parsers these days, including:

This repository is provided for informational purposes only, not that anyone who knew what they were doing would have much interest. More of an historical note for myself than anything else.