Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-06 | +testing system | dx | |
Very elementary, doesn't use some massive framework, should just use asserts and C-lang constructs. Currently one method is present in the header, test_header_depths. | |||
2020-05-06 | +introduced compiler.h and compiler.c | dx | |
compiler.h holds definitions necessary for compiling markdown, compiler.c the implementations. Moved implementation of compile_line to compiler.h and compiler.c respectively. |