| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | REFACTOR: move sources to src/ | 2026-03-17 | 1 | -106/+0 | |
| | | |||||
| * | C23 true and false keywords | 2026-02-24 | 1 | -0/+4 | |
| | | |||||
| * | _Alignof and stuff | 2025-12-11 | 1 | -0/+9 | |
| | | |||||
| * | c: support for noreturn, and decl parsing cleanup | 2025-12-11 | 1 | -0/+4 | |
| | | |||||
| * | embedfilesdir: don't need that much padding | 2025-12-10 | 1 | -1/+1 | |
| | | |||||
| * | c: __builtin_va_copy | 2025-11-23 | 1 | -1/+1 | |
| | | |||||
| * | lex: fix bugs filling char buffer | 2025-10-27 | 1 | -1/+1 | |
| | | |||||
| * | #pragma once | 2025-10-18 | 1 | -0/+4 | |
| | | |||||
| * | wide str and char literals | 2025-10-16 | 1 | -2/+44 | |
| | | |||||
| * | fix offsetof definition | 2025-10-15 | 1 | -1/+1 | |
| | | |||||
| * | builtin stdbool.h | 2025-10-15 | 1 | -0/+8 | |
| | | |||||
| * | implement long double (as double synonym). wchar_t placeholder | 2025-10-15 | 1 | -0/+1 | |
| | | |||||
| * | implement most of preprocessor | 2025-10-13 | 1 | -0/+34 | |
| - concatenation (##) - builtin macros (__FILE__ etc) - fails in some edge cases, and code needs cleanup - add embedded system include files (stddef.h, stdarg.h for now) - can handle stdio.h now | |||||