| Commit message (Expand) | Author | Age |
* | Doer is. | c | 2024-03-02 |
* | Definitions now work, with any number of arguments. | c | 2024-02-24 |
* | Fixed calls. Will never be modified again. | c | 2024-02-24 |
* | Definitions may now be parsed. | c | 2024-02-13 |
* | Fixed broken test. | c | 2024-02-08 |
* | Fixed some grouping logic, I think. | c | 2024-02-08 |
* | Parser now parses blocks and simple calls. | c | 2024-02-03 |
* | Macro Hell. | c | 2024-01-28 |
* | Fixed buffer-overflow. | c | 2024-01-28 |
* | Fixed things. | c | 2024-01-28 |
* | Added string parsing, and tests for more blocks. | c | 2024-01-27 |
* | Simple parser tests passing :). | c | 2024-01-27 |
* | Not sure. | c | 2024-01-22 |
* | Tests worked out. | c | 2024-01-06 |
* | Proper tests. | c | 2023-12-24 |
* | Make sure TEST_REPORT is defined. | c | 2023-12-13 |
* | Added tests again. | c | 2023-12-13 |
* | Very important. | c | 2023-12-10 |
* | Consistant use of () over {} in Makefile. | c | 2023-12-07 |
* | Defined the doer. | c | 2023-12-07 |
* | Removed hacked in "testing framework" (HLKT). | c | 2023-12-05 |
* | Made AST output look fancy. | c | 2023-12-05 |
* | Fixed memory leak -- was planting trees before it was quite sure it needed to. | c | 2023-11-28 |
* | Definitions with >1 arguments are now also parsable. | c | 2023-11-28 |
* | Definitions with no arguments can now be parsed. Definitions with arguments c... | c | 2023-11-27 |
* | Prepare for definition parsing. | c | 2023-11-26 |
* | Added functions with multiple arguments. | c | 2023-11-26 |
* | Destroying trees. | c | 2023-11-26 |
* | Functions with single arguments are possible. | c | 2023-11-25 |
* | It is possible to parse strings. | c+1 | 2023-11-21 |
* | Memory leaks alleviated. | c+1 | 2023-11-21 |
* | Basic block, expression, and number parsing. | c+1 | 2023-11-21 |
* | I honestly don't remember. Parser stuff. Probably. | c+1 | 2023-11-18 |
* | Cleaned up. | c+1 | 2023-11-17 |
* | Minor tweaks to cli | c+1 | 2023-11-17 |
* | halk halk halk | c+1 | 2023-10-29 |
* | fixed #include recursion | c+1 | 2023-10-29 |
* | AST | c+1 | 2023-10-29 |
* | fixed numbers. Added keywords. | c+1 | 2023-10-28 |
* | halk. | c+1 | 2023-10-25 |
* | invented numbers. | c+1 | 2023-10-21 |
* | ⬣ | c+1 | 2023-10-21 |
* | update examples | c+1 | 2023-10-12 |
* | fixed source.c, fixed preprocessor mem leaks, implemented new lexer | c+1 | 2023-10-10 |
* | redesign the lexer, some mem leaks :( | c+1 | 2023-10-05 |
* | syntax.h | c+1 | 2023-10-02 |
* | emalloc(), ecalloc(), erealloc() | c+1 | 2023-10-02 |
* | lexer not reaching string end? | c+1 | 2023-09-30 |
* | use flag vars for preprocessor states | s-over-4 | 2023-09-30 |
* | preprocessor now preforms basic whitespace removal | s-over-4 | 2023-09-28 |