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 (
Expand
)
Author
Age
Files
Lines
*
cpp: add __VA_OPT__ and comma ## __VA_ARGS__ pasting
lemon
2026-02-06
1
-5
/
+40
*
c: GNU __attribute__ stubs
lemon
2026-01-25
1
-0
/
+1
*
driver: -iquote, -isystem, etc
lemon
2026-01-12
1
-15
/
+27
*
cpp: prioritize internal headers over system headers
lemon
2026-01-10
1
-6
/
+6
*
Add version tracking. Starting at 0.1.0
lemon
2026-01-09
1
-4
/
+14
*
cpp: fix pasting ident+keyword
lemon
2026-01-09
1
-4
/
+7
*
lexer: multibyte escape seqs in wide character literal
lemon
2026-01-09
1
-4
/
+13
*
cpp: fix multiline comment in skipped preprocessor directive
lemon
2026-01-09
1
-2
/
+16
*
cpp: fix single-line comment after preprocessor directive
lemon
2026-01-09
1
-1
/
+1
*
cpp: nicer handling of predefined macros
lemon
2025-12-29
1
-40
/
+29
*
backend: start implementing aarch64
lemon
2025-12-28
1
-0
/
+4
*
preprocessor make some errors just warnings
lemon
2025-12-22
1
-4
/
+6
*
c: Fix some dumb uses of initialized stuff
lemon
2025-12-22
1
-3
/
+7
*
c: keyword aliases
lemon
2025-12-21
1
-4
/
+17
*
lexer: more small optimizations
lemon
2025-12-21
1
-14
/
+33
*
lexer: note source of #include when error occurs in #included file
lemon
2025-12-20
1
-0
/
+6
*
c: support CRLF newlines
lemon
2025-12-20
1
-3
/
+11
*
lexer: fix remnant use of TKEOF for character
lemon
2025-12-20
1
-9
/
+7
*
optimize lexer a bit more
lemon
2025-12-20
1
-60
/
+86
*
lexer: convert pp-idents to keywords only after preprocessing
lemon
2025-12-20
1
-63
/
+65
*
cpp: GNU extension for named variadic arguments
lemon
2025-12-18
1
-4
/
+7
*
cpp: better error recovery for #define syntax error
lemon
2025-12-18
1
-6
/
+7
*
nicer defaults and facilities for cross-compilation
lemon
2025-12-17
1
-2
/
+16
*
create distinct interned string type
lemon
2025-12-15
1
-22
/
+21
*
move intern() to mem.c
lemon
2025-12-15
1
-45
/
+0
*
lex: loop with goto instead of tail recursion
lemon
2025-12-15
1
-7
/
+8
*
lexer: use a hashmap to lookup keywords
lemon
2025-12-15
1
-27
/
+27
*
cpp: support #line directives
lemon
2025-12-14
1
-10
/
+75
*
cpp: correctly handle extra tokens after directives
lemon
2025-12-14
1
-16
/
+21
*
s/amd64/x86_64/
lemon
2025-12-12
1
-1
/
+1
*
lex: use pmap for macro lookup
lemon
2025-12-12
1
-125
/
+69
*
rename arraylength macro -> countof
lemon
2025-12-11
1
-20
/
+20
*
-trigraphs option
lemon
2025-12-11
1
-3
/
+3
*
lex/expr(): cleanup
lemon
2025-12-11
1
-29
/
+29
*
lexer: properly add padding for cpppredefs
lemon
2025-12-10
1
-2
/
+2
*
lex: make some hashtables resizable
lemon
2025-12-09
1
-29
/
+67
*
add command-line predefined macros (-D, -U)
lemon
2025-12-06
1
-4
/
+52
*
cpp: implement preprocessor expressions short circuiting behaviour
lemon
2025-12-03
1
-17
/
+23
*
preprocessor: add #ifndef...#endif include guard optimization
lemon
2025-12-02
1
-11
/
+27
*
lex: remove some hacks and optimize preprocessor
lemon
2025-11-28
1
-39
/
+34
*
pp: fix token pasting (hopefully)
lemon
2025-11-24
1
-27
/
+15
*
lex: TEMP hack: #define __x86_64__ or some system headers break subtly
lemon
2025-11-23
1
-0
/
+1
*
cpp: fix bugs with recursive macro expansion (hopefully)
lemon
2025-11-23
1
-28
/
+24
*
cpp: fix ## bug
lemon
2025-11-23
1
-1
/
+1
*
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
*
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
[next]