aboutsummaryrefslogtreecommitdiff
path: root/Converter/src/compiler.c
AgeCommit message (Expand)Author
2020-05-22~compile_lines -> compile_file, shuffledx
2020-05-20+function to get the lines of some given filedx
2020-05-20+test case for an empty tagdx
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-07~formattingdx
2020-05-07+token checker functiondx
2020-05-07+find_string algorithmdx
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~compile_plain_text -> compile_inner_textdx
2020-05-06+whitespace considerationsdx
2020-05-06+routine to compile plain text +diagnosticsdx
2020-05-06+introduced compiler.h and compiler.cdx