summaryrefslogtreecommitdiff
path: root/src/ast.h
AgeCommit message (Expand)Author
2014-11-16Move inline function definitions to header filesNick Wellnhofer
2014-11-16Probe for stdbool.hNick Wellnhofer
2014-11-16Use named enum typesNick Wellnhofer
2014-11-16Moved inline/block-making functions to ast.h.John MacFarlane
2014-11-16Moved AST details from public header cmark.h to private ast.h.John MacFarlane
2014-11-13Removed ast modules, moved these defs back to cmark.h.John MacFarlane
2014-11-13Moved ast-manipulating functions from inlines to ast.John MacFarlane
2014-11-13Moved cmark_free_inlines from inlines to ast.John MacFarlane
2014-11-13Rename cmark_free_nodes -> cmark_free_blocks.John MacFarlane
2014-11-13Added ast.[c,h] for AST definitions and AST-manipulating functions.John MacFarlane