aboutsummaryrefslogtreecommitdiffhomepage
path: root/embedfilesdir.c
Commit message (Collapse)AuthorAgeFilesLines
* c: support for noreturn, and decl parsing cleanup lemon2025-12-111-0/+4
|
* embedfilesdir: don't need that much padding lemon2025-12-101-1/+1
|
* c: __builtin_va_copy lemon2025-11-231-1/+1
|
* lex: fix bugs filling char buffer lemon2025-10-271-1/+1
|
* #pragma once lemon2025-10-181-0/+4
|
* wide str and char literals lemon2025-10-161-2/+44
|
* fix offsetof definition lemon2025-10-151-1/+1
|
* builtin stdbool.h lemon2025-10-151-0/+8
|
* implement long double (as double synonym). wchar_t placeholder lemon2025-10-151-0/+1
|
* implement most of preprocessor lemon2025-10-131-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