index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
c
/
lex.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
diagnostics: also print #include provenance for warnings
lemon
2026-02-24
1
-2
/
+2
*
c: keyword aliases
lemon
2025-12-21
1
-1
/
+1
*
lexer: note source of #include when error occurs in #included file
lemon
2025-12-20
1
-1
/
+2
*
optimize lexer a bit more
lemon
2025-12-20
1
-2
/
+2
*
lexer: convert pp-idents to keywords only after preprocessing
lemon
2025-12-20
1
-8
/
+10
*
create distinct interned string type
lemon
2025-12-15
1
-1
/
+2
*
move intern() to mem.c
lemon
2025-12-15
1
-1
/
+0
*
lex: use pmap for macro lookup
lemon
2025-12-12
1
-1
/
+1
*
preprocessor: add #ifndef...#endif include guard optimization
lemon
2025-12-02
1
-0
/
+3
*
cpp: fix bugs with recursive macro expansion (hopefully)
lemon
2025-11-23
1
-0
/
+1
*
c: move warning for extension keyword til after preprocessor
lemon
2025-11-22
1
-0
/
+1
*
factor type stuff into type.h
lemon
2025-11-16
1
-0
/
+1
*
lex: fix bugs filling char buffer
lemon
2025-10-27
1
-1
/
+1
*
refactor vec_of(T) and misc
lemon
2025-10-20
1
-0
/
+1
*
Organize source files into directories
lemon
2025-10-19
1
-0
/
+115