aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-22!deprecatedHEADmasterAryadev Chavali
2020-05-23+compile_file functiondx
2020-05-23~boundary condition for depth checker in headingdx
2020-05-23+better implementation of compile_linedx
2020-05-23-list item regex, +nitems variable, ~bold and italicdx
2020-05-23+compiler c++ filedx
2020-05-23+compiler header C++dx
2020-05-23+c++ projectdx
2020-05-22~updated readme.orgdx
2020-05-22~project name converter -> mdhtmldx
2020-05-22~array_init now uses pointer to an array pointerdx
2020-05-22~!refactor maindx
2020-05-22~compile_lines -> compile_file, shuffledx
2020-05-20+function to get the lines of some given filedx
2020-05-20+dynamic array implementationdx
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