index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
type.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
c: support forward-declared enums
lemon
2025-12-15
1
-11
/
+15
*
c: allow implicit type conversions between plain char pointer and
lemon
2025-12-14
1
-3
/
+5
*
rename arraylength macro -> countof
lemon
2025-12-11
1
-3
/
+3
*
c: accept C99 `[static N]` style array decls, changes to fn quals
lemon
2025-12-11
1
-9
/
+3
*
c: support for noreturn, and decl parsing cleanup
lemon
2025-12-11
1
-1
/
+0
*
c/type: make implicit const T* -> T* conversion warning, not error
lemon
2025-11-26
1
-2
/
+1
*
factor type stuff into type.h
lemon
2025-11-16
1
-1
/
+1
*
- break;
lemon
2025-10-24
1
-1
/
+0
*
implement long double (as double synonym). wchar_t placeholder
lemon
2025-10-15
1
-1
/
+0
*
arithmetic type cvt errata
lemon
2025-10-13
1
-2
/
+2
*
add initializers (only static for initialier list rn)
lemon
2023-06-29
1
-1
/
+1
*
support calling undeclared functions
lemon
2023-06-04
1
-0
/
+4
*
abi lowering pass
lemon
2023-06-04
1
-6
/
+0
*
field access
lemon
2023-05-29
1
-6
/
+34
*
improve struct token
lemon
2023-05-28
1
-3
/
+3
*
hm
lemon
2023-05-26
1
-2
/
+4
*
initial commit
lemon
2023-05-10
1
-0
/
+287