aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/c_lex.c
Commit message (Collapse)AuthorAgeFilesLines
* embed <limits.h> attempt #2HEADtrunklemon7 days1-1/+3
|
* cpp: increment conditionals nesting limitlemon2026-04-171-1/+1
|
* cpp: #include_nextlemon2026-04-171-29/+45
|
* cpp: concat 123 ## .lemon2026-04-141-3/+17
|
* C99 complex types MVPlemon2026-04-131-13/+15
| | | | | | | | | Missing: static eval of complex values, Silly inefficient implementation of equality comparisons between them The whole thing is pretty inefficient without proper aggregate mem2reg anyway
* *skiplemon2026-03-241-1/+1
|
* cpp: support directives within macro argument listlemon2026-03-241-55/+80
| | | | Undefined behavior by the standard but a GNU extension.
* style: change uvlong -> u64int, vlong -> s64intlemon2026-03-221-23/+23
| | | | | 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.
* Rework handling of predefined macros.lemon2026-03-211-55/+74
| | | | And add some GCC predefs like __SIZE_TYPE__, __LONG_SIZE__, etc
* io: make -w suppress notes toolemon2026-03-201-6/+6
|
* preeliminary support for openBSDlemon2026-03-191-2/+17
|
* cpp: fix nullptr deref for unknown target predefslemon2026-03-191-1/+1
|
* cpp: do not warn for "#define X(){}" with no space after the )lemon2026-03-181-1/+1
|
* Refactor: use typedefs and CamelCase for aggregate typeslemon2026-03-181-178/+181
| | | | Looks nicer
* Refactor: move some utils from antcc.h to their own headerslemon2026-03-171-0/+1
|
* REFACTOR: finish renaminglemon2026-03-171-3/+3
|
* REFACTOR: move sources to src/lemon2026-03-171-0/+2496