aboutsummaryrefslogtreecommitdiffhomepage
path: root/c/lex.c
Commit message (Expand)AuthorAgeFilesLines
* lex: fix single-line comment eating up preprocessor directive in next line lemon2025-11-081-1/+1
* lex: #warning and #error lemon2025-11-081-2/+13
* lex: fix bugs filling char buffer lemon2025-10-271-14/+22
* lex enlarge internht lemon2025-10-231-1/+1
* lex: fix expansion for fn like macros passed as macro arguments lemon2025-10-231-1/+1
* lex: fix consecutive preprocessor concatenation lemon2025-10-231-7/+10
* use libc's stdout/stderr; also eliminate some unnecessary recursion in bfmt lemon2025-10-231-1/+1
* lex: fix base-16 literals adding an extra zero when there's a type suffix lemon2025-10-231-4/+3
* lex: handle all the whitespace characters lemon2025-10-211-1/+1
* refactor vec_of(T) and misc lemon2025-10-201-7/+14
* Organize source files into directories lemon2025-10-191-0/+1977