index
:
mdhtml
master
Very terrible RegEx based markdown to HTML transpiler
Aryadev Chavali <aryadev@aryadevchavali.com>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-07-22
!deprecated
HEAD
master
Aryadev Chavali
2020-05-23
+compile_file function
dx
2020-05-23
~boundary condition for depth checker in heading
dx
2020-05-23
+better implementation of compile_line
dx
2020-05-23
-list item regex, +nitems variable, ~bold and italic
dx
2020-05-23
+compiler c++ file
dx
2020-05-23
+compiler header C++
dx
2020-05-23
+c++ project
dx
2020-05-22
~updated readme.org
dx
2020-05-22
~project name converter -> mdhtml
dx
2020-05-22
~array_init now uses pointer to an array pointer
dx
2020-05-22
~!refactor main
dx
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
+dynamic array implementation
dx
2020-05-20
+test case for an empty tag
dx
2020-05-20
~test_compile* -> compile_line_header_depth
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-20
+strikethrough tag to accepted tokens
dx
2020-05-20
+docs for each function
dx
2020-05-09
+better explanation for reamde
dx
2020-05-07
~formatting
dx
2020-05-07
+token checker function
dx
2020-05-07
+find_string algorithm
dx
2020-05-07
+!fix buffer overflow; causes removal of end tag
dx
2020-05-07
+!fix for REPL bug with missing end tags
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
~free memory in repl
dx
2020-05-06
~compile_plain_text -> compile_inner_text
dx
2020-05-06
+repl to main
dx
2020-05-06
+condition to make main parse one command at will
dx
2020-05-06
~propagating diagnostic refactor
dx
2020-05-06
+whitespace considerations
dx
2020-05-06
+routine to compile plain text +diagnostics
dx
2020-05-06
~test_header_depths -> test_compile_line_header_depths
dx
2020-05-06
+simple testing argument to executable in main
dx
2020-05-06
+test for header depths
dx
2020-05-06
+testing system
dx
2020-05-06
+introduced compiler.h and compiler.c
dx
2020-05-06
~clang format shenanigans
dx
2020-05-06
~untag -> close_tag
dx
2020-05-06
~express header algorithm in terms of new constants
dx
2020-05-06
+header depth algorithm
dx
[next]