aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-20+test case for an empty tagdx
2020-05-20~test_compile* -> compile_line_header_depthdx
2020-05-20-removed the refactor of compile_inner_textdx
2020-05-20~!refactor of the compile_inner_text functiondx
2020-05-20~!refactored compile_line codedx
2020-05-20~!refactored compile_inner_text codedx
2020-05-20+strikethrough tag to accepted tokensdx
2020-05-20+docs for each functiondx
2020-05-09+better explanation for reamdedx
2020-05-07~formattingdx
2020-05-07+token checker functiondx
2020-05-07+find_string algorithmdx
2020-05-07+!fix buffer overflow; causes removal of end tagdx
2020-05-07+!fix for REPL bug with missing end tagsdx
2020-05-07~correcting my intuition about c-stringsdx
2020-05-07~rearrange the formatted string callsdx
2020-05-07~puting branching comments on the line they referencedx
2020-05-06+list handler for parserdx
2020-05-06+!fixed bug, caused close tag to not occur in headerdx
2020-05-06~free memory in repldx
2020-05-06~compile_plain_text -> compile_inner_textdx
2020-05-06+repl to maindx
2020-05-06+condition to make main parse one command at willdx
2020-05-06~propagating diagnostic refactordx
2020-05-06+whitespace considerationsdx
2020-05-06+routine to compile plain text +diagnosticsdx
2020-05-06~test_header_depths -> test_compile_line_header_depthsdx
2020-05-06+simple testing argument to executable in maindx
2020-05-06+test for header depthsdx
2020-05-06+testing systemdx
2020-05-06+introduced compiler.h and compiler.cdx
2020-05-06~clang format shenanigansdx
2020-05-06~untag -> close_tagdx
2020-05-06~express header algorithm in terms of new constantsdx
2020-05-06+header depth algorithmdx
2020-05-06~changed title for first ifdx
2020-05-06+compile_line function, can turn '#' -> <h1>dx
2020-05-06+typedef to make char* into stringdx
2020-05-06+support for bullet pointed listsdx
2020-05-06+C project via https://github.com/odavep/CTemplatedx
2020-05-06~md -> orgdx
2020-05-06+support for paragraphingdx
2020-05-06+confirmation of markdown compilationdx
2020-05-06+apply template to content and write to output filedx
2020-05-06+rule parser for markdown translationdx
2020-05-06+initial html file formatdx
2020-05-05+read the initial html filedx
2020-05-05squash! +option parsing capabilitydx
2020-05-05+argument validation for markdown file testdx
2020-05-05+option parsing capabilitydx