index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
c
/
lex.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
c: move warning for extension keyword til after preprocessor
lemon
2025-11-22
1
-2
/
+2
|
*
lex: #include ".." should also look in working directory
lemon
2025-11-22
1
-19
/
+17
|
*
lex: move token data from tmp to glob arena when used in a macro body
lemon
2025-11-22
1
-2
/
+7
|
|
|
|
|
|
maybe introduce per-macro arenas to tie their lifetimes to that. but most macros have global lifetime (i.e. aren't #undef'd) so there probably wouldn't be much benefit to that
*
cpp: add predefined __antcc__ macro, for debugging
lemon
2025-11-20
1
-0
/
+1
|
*
ir: 'trap' jump; c: __builtin_trap; lex: __has_builtin
lemon
2025-11-15
1
-4
/
+25
|
*
lex: fix single-line comment eating up preprocessor directive in next line
lemon
2025-11-08
1
-1
/
+1
|
*
lex: #warning and #error
lemon
2025-11-08
1
-2
/
+13
|
*
lex: fix bugs filling char buffer
lemon
2025-10-27
1
-14
/
+22
|
*
lex enlarge internht
lemon
2025-10-23
1
-1
/
+1
|
*
lex: fix expansion for fn like macros passed as macro arguments
lemon
2025-10-23
1
-1
/
+1
|
*
lex: fix consecutive preprocessor concatenation
lemon
2025-10-23
1
-7
/
+10
|
*
use libc's stdout/stderr; also eliminate some unnecessary recursion in bfmt
lemon
2025-10-23
1
-1
/
+1
|
*
lex: fix base-16 literals adding an extra zero when there's a type suffix
lemon
2025-10-23
1
-4
/
+3
|
*
lex: handle all the whitespace characters
lemon
2025-10-21
1
-1
/
+1
|
*
refactor vec_of(T) and misc
lemon
2025-10-20
1
-7
/
+14
|
*
Organize source files into directories
lemon
2025-10-19
1
-0
/
+1977