index
:
cmark
master
My own fork of cmark for commonmark conversion
KatolaZ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parser.h
Age
Commit message (
Expand
)
Author
2017-01-03
Revert "More sourcepos! (#169)"
John MacFarlane
2017-01-03
Revert "Change types for source map offsets (#174)"
John MacFarlane
2016-12-30
Change types for source map offsets (#174)
Nick Wellnhofer
2016-12-20
More sourcepos! (#169)
Mathieu Duponchelle
2016-06-06
msvc: Fix warnings and errors
Vicent Marti
2016-06-06
cmark: Implement support for custom allocators
Vicent Marti
2016-03-26
Handle buffer split across a CRLF line ending (closes #117).
John MacFarlane
2016-02-05
Added partially_consumed_tab to parser.
John MacFarlane
2015-07-27
Use clang-format, llvm style, for formatting.
John MacFarlane
2015-06-16
Preliminary changes for new tab handling.
John MacFarlane
2015-06-07
Convert code base to strbuf_t
Nick Wellnhofer
2015-06-06
Factored out `S_find_first_nonspace` in `S_proces_line`.
John MacFarlane
2015-02-16
Made 'options' an int rather than a long.
John MacFarlane
2015-02-15
Added options parameter to cmark_parse_document, cmark_parse_file.
John MacFarlane
2014-12-28
Added end_column to cmark_node struct.
John MacFarlane
2014-12-15
Re-added cmark_ prefix to strbuf and chunk.
John MacFarlane
2014-12-13
Removed cmark_ prefix on chunk and strbuf.
John MacFarlane
2014-11-29
Push parser interface
Nick Wellnhofer
2014-11-28
Renamed identifiers in public API:
John MacFarlane
2014-11-28
Use prefixed names for symbols from references.h
Nick Wellnhofer
2014-11-17
Rename ast.h to parser.h
Nick Wellnhofer