aboutsummaryrefslogtreecommitdiffhomepage
path: root/c.h
Commit message (Collapse)AuthorAgeFilesLines
* Organize source files into directorieslemon2025-10-191-89/+0
|
* c: call memset for some runtime zero initializationslemon2025-10-091-2/+1
|
* initial implementation of run-time array/aggregate initializerslemon2025-10-081-5/+8
|
* start implementing bitfieldslemon2025-09-141-1/+1
|
* c: warn redefinition, allow redeclaratinoslemon2025-09-101-0/+1
|
* add initializers (only static for initialier list rn)lemon2023-06-291-1/+33
| | | | and other fixes
* frontend: separate compiler & lexerlemon2023-06-191-0/+54