2024-03-05 22:23 | Fix memory leak in case of an error | Dimitrije Dobrota | 2 | +2 | -1 |
2024-03-04 23:18 | Better naming for config sections | Dimitrije Dobrota | 5 | +26 | -27 |
2024-03-04 23:12 | Use api.value.type union | Dimitrije Dobrota | 4 | +22 | -24 |
2024-03-01 23:45 | Extract generator logic to generator.c | Dimitrije Dobrota | 3 | +277 | -269 |
2024-03-01 23:32 | Small memory handling improvement | Dimitrije Dobrota | 3 | +20 | -28 |
2024-03-01 22:08 | Switch to left recursion for improved performance | Dimitrije Dobrota | 5 | +137 | -101 |
2024-03-01 21:27 | Fix memory leak from before and after sections | Dimitrije Dobrota | 2 | +5 | -2 |
2024-02-28 19:57 | Version 1.0 | Dimitrije Dobrota | 1 | +1 | -2 |
2024-02-28 19:57 | Add README.md and LICENCE.md | Dimitrije Dobrota | 2 | +239 | -0 |
2024-02-28 16:29 | Improved consistency, minor fix-ups | Dimitrije Dobrota | 5 | +55 | -40 |
2024-02-27 22:58 | Code generation works!!! | Dimitrije Dobrota | 7 | +394 | -580 |
2024-02-27 20:58 | Working generator and full configuration | Dimitrije Dobrota | 5 | +279 | -64 |
2024-02-27 19:44 | Fix little inconsistencies | Dimitrije Dobrota | 1 | +8 | -8 |
2024-02-27 18:33 | Remove trailing whitespace | Dimitrije Dobrota | 2 | +3 | -1 |
2024-02-27 17:52 | Add support for intentation and C-style comments | Dimitrije Dobrota | 3 | +34 | -12 |
2024-02-27 16:29 | Treat lines with only whitespace as empty | Dimitrije Dobrota | 2 | +12 | -9 |
2024-02-27 16:16 | Fix empty line issue with bison | Dimitrije Dobrota | 2 | +17 | -2 |
2024-02-26 22:42 | Proof of concept generator in Bison and Flex | Dimitrije Dobrota | 6 | +316 | -2 |
2024-02-26 21:40 | More consistent asserts and constraints | Dimitrije Dobrota | 1 | +42 | -38 |
2024-02-25 23:49 | Add run-time version of all functions | Dimitrije Dobrota | 4 | +183 | -5 |
2024-02-25 22:55 | Set template name to lowercase and add _v suffix | Dimitrije Dobrota | 2 | +42 | -48 |
2024-01-26 20:29 | Screen modes, motions, fix compiler type deduction | Dimitrije Dobrota | 2 | +59 | -37 |
2024-01-22 16:07 | Unified foreground and background color templates | Dimitrije Dobrota | 3 | +24 | -22 |
2024-01-01 23:18 | Rewrite, use template variables | Dimitrije Dobrota | 3 | +127 | -195 |
2023-12-31 16:58 | Add static asserts to enforce validity | Dimitrije Dobrota | 2 | +21 | -1 |
2023-12-31 16:49 | Number conversion without lookup table | Dimitrije Dobrota | 3 | +84 | -101 |
2023-12-31 15:45 | Streamline generation process | Dimitrije Dobrota | 3 | +201 | -84 |
2023-12-29 18:21 | Inital commit, proof of conept | Dimitrije Dobrota | 7 | +445 | -0 |