Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-06 | +compile_line function, can turn '#' -> <h1> | dx | |
compile_line is the main function which compiles a single line in C. Similar to the stage of compilation in the python program. Currently supports header tags | |||
2020-05-06 | +typedef to make char* into string | dx | |
Looks nice in my editor and is nice to use when writing code. Will be removed via some simple grepping later if I'm asked lol. | |||
2020-05-06 | +C project via https://github.com/odavep/CTemplate | dx | |
I'll try implementing my current system with it's current features into C |