aboutsummaryrefslogtreecommitdiffhomepage
path: root/lex.h
Commit message (Expand)AuthorAgeFilesLines
* add -E preprocessing option lemon2025-10-171-0/+2
* wide str and char literals lemon2025-10-161-1/+7
* misc lemon2025-10-151-1/+1
* implement most of preprocessor lemon2025-10-131-1/+2
* preprocessor: fix order of expansion wiht macro arguments lemon2025-09-111-2/+4
* lex: stringify args in function macros lemon2025-09-101-2/+3
* lex: implement basic function-like macro functionality lemon2025-09-101-21/+7
* frontend: basic #include lemon2024-04-091-1/+3
* lex: use a circular buffer cache for pre-pre-processed chars lemon2023-06-251-3/+3
* frontend: rename parser -> lexer and document c.c lemon2023-06-191-5/+5
* frontend: separate compiler & lexer lemon2023-06-191-0/+109