aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/c_lex.c
Commit message (Expand)AuthorAgeFilesLines
* embed <limits.h> attempt #2HEADtrunklemon6 days1-1/+3
* cpp: increment conditionals nesting limitlemon14 days1-1/+1
* cpp: #include_nextlemon14 days1-29/+45
* cpp: concat 123 ## .lemon2026-04-141-3/+17
* C99 complex types MVPlemon2026-04-131-13/+15
* *skiplemon2026-03-241-1/+1
* cpp: support directives within macro argument listlemon2026-03-241-55/+80
* style: change uvlong -> u64int, vlong -> s64intlemon2026-03-221-23/+23
* Rework handling of predefined macros.lemon2026-03-211-55/+74
* 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
* 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