aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/c_lex.c
Commit message (Expand)AuthorAgeFilesLines
* C99 complex types MVP lemon2026-04-131-13/+15
* *skip lemon2026-03-241-1/+1
* cpp: support directives within macro argument list lemon2026-03-241-55/+80
* style: change uvlong -> u64int, vlong -> s64int lemon2026-03-221-23/+23
* Rework handling of predefined macros. lemon2026-03-211-55/+74
* io: make -w suppress notes too lemon2026-03-201-6/+6
* preeliminary support for openBSD lemon2026-03-191-2/+17
* cpp: fix nullptr deref for unknown target predefs lemon2026-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 types lemon2026-03-181-178/+181
* Refactor: move some utils from antcc.h to their own headers lemon2026-03-171-0/+1
* REFACTOR: finish renaming lemon2026-03-171-3/+3
* REFACTOR: move sources to src/ lemon2026-03-171-0/+2496