aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/pp.c
Commit message (Expand)AuthorAgeFilesLines
* wide str and char literals lemon2025-10-161-3/+6
* test more cpp behavior lemon2025-10-151-0/+18
* c: concatenate adjacent string literal tokens lemon2025-10-151-1/+4
* lex: allow ## in non func macros. and error reporting lemon2025-10-131-1/+8
* implement most of preprocessor lemon2025-10-131-1/+13
* c: function-local static vars lemon2025-09-121-2/+3
* lex: stringify args in function macros lemon2025-09-101-0/+2
* lex: implement basic function-like macro functionality lemon2025-09-101-2/+1
* frontend: #ifdef lemon2024-04-121-1/+3
* frontend: basic #include lemon2024-04-091-0/+8