aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/c.h
Commit message (Collapse)AuthorAgeFilesLines
* frontend: GNU statement expressionslemon13 days1-0/+3
|
* style: change uvlong -> u64int, vlong -> s64intlemon2026-03-221-2/+2
| | | | | Is much nicer. I don't know whether I want to do it for the other int types too. char and uchar are fine as bytes. u/short -> u/s16int, maybe.
* Use #pragma oncelemon2026-03-181-0/+2
|
* c.h: accidentally removed a constlemon2026-03-181-1/+1
|
* Refactor: use typedefs and CamelCase for aggregate typeslemon2026-03-181-49/+54
| | | | Looks nicer
* REFACTOR: finish renaminglemon2026-03-171-2/+2
|
* REFACTOR: move sources to src/lemon2026-03-171-0/+139