Age | Commit message (Expand) | Author |
---|---|---|
2020-05-22 | ~compile_lines -> compile_file, shuffle | dx |
2020-05-20 | +function to get the lines of some given file | dx |
2020-05-20 | +test case for an empty tag | dx |
2020-05-20 | -removed the refactor of compile_inner_text | dx |
2020-05-20 | ~!refactor of the compile_inner_text function | dx |
2020-05-20 | ~!refactored compile_line code | dx |
2020-05-20 | ~!refactored compile_inner_text code | dx |
2020-05-07 | ~formatting | dx |
2020-05-07 | +token checker function | dx |
2020-05-07 | +find_string algorithm | dx |
2020-05-07 | ~correcting my intuition about c-strings | dx |
2020-05-07 | ~rearrange the formatted string calls | dx |
2020-05-07 | ~puting branching comments on the line they reference | dx |
2020-05-06 | +list handler for parser | dx |
2020-05-06 | +!fixed bug, caused close tag to not occur in header | dx |
2020-05-06 | ~compile_plain_text -> compile_inner_text | dx |
2020-05-06 | +whitespace considerations | dx |
2020-05-06 | +routine to compile plain text +diagnostics | dx |
2020-05-06 | +introduced compiler.h and compiler.c | dx |