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
/
ast.h
Age
Commit message (
Expand
)
Author
2014-11-16
Moved refmap from the top-level block node to the doc_parser.
John MacFarlane
2014-11-16
Export enums for inline, block types, list and list delim types.
John MacFarlane
2014-11-16
Moved MAX_LINK_LABEL_LENGTH out of public header.
John MacFarlane
2014-11-16
Removed CMARK_CODE_INDENT, CODE_INDENT from public header.
John MacFarlane
2014-11-16
Move inline function definitions to header files
Nick Wellnhofer
2014-11-16
Probe for stdbool.h
Nick Wellnhofer
2014-11-16
Use named enum types
Nick Wellnhofer
2014-11-16
Moved inline/block-making functions to ast.h.
John MacFarlane
2014-11-16
Moved AST details from public header cmark.h to private ast.h.
John MacFarlane
2014-11-13
Removed ast modules, moved these defs back to cmark.h.
John MacFarlane
2014-11-13
Moved ast-manipulating functions from inlines to ast.
John MacFarlane
2014-11-13
Moved cmark_free_inlines from inlines to ast.
John MacFarlane
2014-11-13
Rename cmark_free_nodes -> cmark_free_blocks.
John MacFarlane
2014-11-13
Added ast.[c,h] for AST definitions and AST-manipulating functions.
John MacFarlane