aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/pp.h
Commit message (Collapse)AuthorAgeFilesLines
* implement most of preprocessor lemon2025-10-131-1/+1
| | | | | | | | - concatenation (##) - builtin macros (__FILE__ etc) - fails in some edge cases, and code needs cleanup - add embedded system include files (stddef.h, stdarg.h for now) - can handle stdio.h now
* c: function-local static vars lemon2025-09-121-0/+3
|
* lex: stringify args in function macros lemon2025-09-101-3/+6
|
* lex: implement basic function-like macro functionality lemon2025-09-101-4/+8
|
* frontend: #ifdef lemon2024-04-121-0/+8
|
* frontend: basic #include lemon2024-04-091-0/+6