summaryrefslogtreecommitdiff
path: root/src/parser.h
AgeCommit message (Expand)Author
2015-02-16Made 'options' an int rather than a long.John MacFarlane
2015-02-15Added options parameter to cmark_parse_document, cmark_parse_file.John MacFarlane
2014-12-28Added end_column to cmark_node struct.John MacFarlane
2014-12-15Re-added cmark_ prefix to strbuf and chunk.John MacFarlane
2014-12-13Removed cmark_ prefix on chunk and strbuf.John MacFarlane
2014-11-29Push parser interfaceNick Wellnhofer
2014-11-28Renamed identifiers in public API:John MacFarlane
2014-11-28Use prefixed names for symbols from references.hNick Wellnhofer
2014-11-17Rename ast.h to parser.hNick Wellnhofer