| Commit message (Collapse) | Author | Age |
| | |
|
| |
|
|
|
| |
Added the -Wextra flag to the makefile for debug builds, and squashed
all the warning that came up.
|
| | |
|
| |
|
|
|
| |
Added a break statement that can break out of loops, also added
some tests to test the functionality of the same.
|
| |
|
|
| |
Added break statements that can be used to break out of loops
|
| |
|
|
| |
Cleanning up prints after the last commit
|
| |
|
|
| |
Added a break statement that can break out of loops.
|
| |
|
|
|
| |
Tokenize now has a doubly linked list of toekns, for additionall
help parsing break/continue instructions.
|
| |
|
|
|
|
| |
Allow bstringify (and therefore TMPL_render()) to accept NULL
as the size. When NULL is passed as the size, the size of the
resulting string is not stored anywhere.
|
| |
|
|
|
|
|
| |
Added a method
const char* TMPL_err(TMPL_templates* t, size_t* size);
t is the template that had an error
size is a pointer, size of the error message is returned;
|
| |
|
|
| |
Added const qualifier for clarity.
|
|
|
Added a src/ and build/ directory
Added a include/ directory
Included file is smaller
|