aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/07-pp.c
Commit message (Expand)AuthorAgeFilesLines
* cpp: concat 123 ## .lemon2026-04-141-2/+2
* cpp: support directives within macro argument listlemon2026-03-241-0/+11
* cpp: fix token spacing edge case when empty macros are involvedlemon2026-03-011-2/+3
* cpp: fix token spacing (#2) (hopefully)lemon2026-03-011-0/+24
* cpp: allow comments between function-like macro name and argumentslemon2026-02-261-1/+2
* cpp: add __COUNTER__ macrolemon2026-02-231-0/+10
* preprocessor: fix an edge case with erroneously recursive macro expansionlemon2026-02-221-0/+12
* cpp: add __VA_OPT__ and comma ## __VA_ARGS__ pastinglemon2026-02-061-2/+2
* cpp: fix pasting ident+keywordlemon2026-01-091-0/+16
* cpp: fix multiline comment in skipped preprocessor directivelemon2026-01-091-1/+1
* cpp: GNU extension for named variadic argumentslemon2025-12-181-0/+4
* add command-line predefined macros (-D, -U)lemon2025-12-061-2/+4
* basic automated testinglemon2025-11-161-0/+63