index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
c
Commit message (
Expand
)
Author
Age
Files
Lines
*
c: support at least parsing C99 _Complex types
lemon
2026-01-25
2
-5
/
+16
*
c: GNU __attribute__ stubs
lemon
2026-01-25
3
-10
/
+71
*
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
*
c: fix use after free
lemon
2026-01-09
1
-1
/
+2
*
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
*
c: allow 'register' in func parameter
lemon
2026-01-09
1
-1
/
+1
*
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
*
c: fix diagnostic with "return <undeclared>"
lemon
2025-12-31
1
-2
/
+2
*
backend: separate instrs for integer/float store
lemon
2025-12-31
1
-5
/
+5
*
c: SYM expr should store decl ref as an index, not pointer
lemon
2025-12-30
3
-52
/
+59
*
cpp: nicer handling of predefined macros
lemon
2025-12-29
1
-40
/
+29
*
backend: start implementing aarch64
lemon
2025-12-28
1
-0
/
+4
*
avoid GOT relocations in unnecessary instances
lemon
2025-12-25
1
-1
/
+1
*
c: add _Generic
lemon
2025-12-22
1
-0
/
+53
*
c: recognize __attribute__ as decltok, improve diagnostic for expected declar...
lemon
2025-12-22
1
-1
/
+2
*
preprocessor make some errors just warnings
lemon
2025-12-22
1
-4
/
+6
*
c/c.c: cleanup exprparse a little
lemon
2025-12-22
1
-13
/
+12
*
c: Fix some dumb uses of initialized stuff
lemon
2025-12-22
2
-10
/
+12
*
c: keyword aliases
lemon
2025-12-21
3
-66
/
+81
*
c: allow `return voidfn()` extension
lemon
2025-12-21
1
-4
/
+30
*
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
2
-1
/
+8
*
c: small typechecking bugfixes
lemon
2025-12-20
1
-3
/
+3
*
some static assertions for packed type sizes
lemon
2025-12-20
1
-6
/
+8
*
backend: unify pass memory allocation strategies
lemon
2025-12-20
1
-1
/
+1
*
c: support CRLF newlines
lemon
2025-12-20
1
-3
/
+11
*
c: fix a silly C edge case with function redeclaration storage class
lemon
2025-12-20
1
-14
/
+21
*
lexer: fix remnant use of TKEOF for character
lemon
2025-12-20
1
-9
/
+7
*
optimize lexer a bit more
lemon
2025-12-20
2
-62
/
+88
*
lexer: convert pp-idents to keywords only after preprocessing
lemon
2025-12-20
2
-71
/
+75
*
c: factor out to tldecl(), improve error recovery,
lemon
2025-12-20
1
-73
/
+97
*
c.h init zero bitset portability
lemon
2025-12-19
1
-1
/
+1
*
c: support 0-length arrays as syntax for flexible array members
lemon
2025-12-19
1
-19
/
+29
*
c: fix incr/decr codegen for floats
lemon
2025-12-19
1
-2
/
+2
*
c: hack to support __FUNCTION__ GNU extension
lemon
2025-12-19
1
-4
/
+10
*
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
*
c: fix uninitiliazed field in decltypes
lemon
2025-12-17
1
-0
/
+1
*
nicer defaults and facilities for cross-compilation
lemon
2025-12-17
1
-2
/
+16
*
c: improve some type error diagnostics
lemon
2025-12-15
1
-13
/
+22
*
create distinct interned string type
lemon
2025-12-15
4
-75
/
+76
*
move intern() to mem.c
lemon
2025-12-15
3
-47
/
+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
2
-28
/
+28
*
c: error when defining function with incomplete parameter type
lemon
2025-12-15
1
-0
/
+4
*
c: support forward-declared enums
lemon
2025-12-15
1
-34
/
+32
[next]