summaryrefslogtreecommitdiff
path: root/src/parser.h
AgeCommit message (Expand)Author
2020-01-23Rearrange struct cmark_nodeNick Wellnhofer
2019-03-28Remove leftover includes of memory.h.John MacFarlane
2019-03-22Include references.h in parser.hJohn MacFarlane
2019-03-17Use hand-rolled scanner for thematic break.John MacFarlane
2017-01-03Revert "More sourcepos! (#169)"John MacFarlane
2017-01-03Revert "Change types for source map offsets (#174)"John MacFarlane
2016-12-30Change types for source map offsets (#174)Nick Wellnhofer
2016-12-20More sourcepos! (#169)Mathieu Duponchelle
2016-06-06msvc: Fix warnings and errorsVicent Marti
2016-06-06cmark: Implement support for custom allocatorsVicent Marti
2016-03-26Handle buffer split across a CRLF line ending (closes #117).John MacFarlane
2016-02-05Added partially_consumed_tab to parser.John MacFarlane
2015-07-27Use clang-format, llvm style, for formatting.John MacFarlane
2015-06-16Preliminary changes for new tab handling.John MacFarlane
2015-06-07Convert code base to strbuf_tNick Wellnhofer
2015-06-06Factored out `S_find_first_nonspace` in `S_proces_line`.John MacFarlane
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