index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
c.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
c: add __func__
lemon
2025-10-15
1
-0
/
+18
*
c: some codegen fixes
lemon
2025-10-15
1
-20
/
+36
*
implement long double (as double synonym). wchar_t placeholder
lemon
2025-10-15
1
-4
/
+2
*
c: various initializer fixes
lemon
2025-10-15
1
-11
/
+50
*
c: cast/compound lit distinction is syntax based
lemon
2025-10-15
1
-1
/
+1
*
c: concatenate adjacent string literal tokens
lemon
2025-10-15
1
-3
/
+22
*
c: allow using pointer-decaying types with &&, ||
lemon
2025-10-15
1
-1
/
+1
*
c: error string typo
lemon
2025-10-15
1
-1
/
+1
*
c: compound inits are lvalues
lemon
2025-10-15
1
-1
/
+1
*
c: redeclaration ok when old was unspecified length array
lemon
2025-10-15
1
-0
/
+7
*
implement most of preprocessor
lemon
2025-10-13
1
-11
/
+19
*
typeof
lemon
2025-10-12
1
-0
/
+22
*
bugfixes
lemon
2025-10-10
1
-3
/
+2
*
compound literals
lemon
2025-10-09
1
-4
/
+23
*
c: call memset for some runtime zero initializations
lemon
2025-10-09
1
-18
/
+32
*
bugfix for initz
lemon
2025-10-08
1
-1
/
+2
*
bit math goof
lemon
2025-10-08
1
-1
/
+1
*
initial implementation of run-time array/aggregate initializers
lemon
2025-10-08
1
-32
/
+118
*
alloc changes
lemon
2025-09-17
1
-5
/
+3
*
fix some warnings
lemon
2025-09-17
1
-5
/
+5
*
implement switch statement
lemon
2025-09-16
1
-20
/
+112
*
frontend: more bitfield work
lemon
2025-09-15
1
-49
/
+120
*
no need to use a pmap for goto labels honestly
lemon
2025-09-15
1
-14
/
+23
*
a little refactoring and cleanup
lemon
2025-09-15
1
-1
/
+1
*
fix signed bitfield errata
lemon
2025-09-14
1
-2
/
+2
*
start implementing bitfields
lemon
2025-09-14
1
-46
/
+149
*
codegen: float cmp, ior; frontend: fix cond expr bug
lemon
2025-09-14
1
-5
/
+4
*
preliminary pie and pic
lemon
2025-09-14
1
-4
/
+5
*
change freearena for correctness
lemon
2025-09-14
1
-4
/
+4
*
frontend: warn k&r function declaration
lemon
2025-09-14
1
-0
/
+2
*
c: function-local static vars
lemon
2025-09-12
1
-12
/
+37
*
c: warn redefinition, allow redeclaratinos
lemon
2025-09-10
1
-4
/
+19
*
ccomp: fix memory leak with temporary arena parsing for stmt
lemon
2025-09-09
1
-1
/
+3
*
frontend: basic #include
lemon
2024-04-09
1
-1
/
+1
*
move definition of struct label
lemon
2023-09-05
1
-10
/
+9
*
fix
lemon
2023-09-05
1
-2
/
+2
*
make ptr offset in init take obj size into account
lemon
2023-09-05
1
-3
/
+4
*
some frontend fixes
lemon
2023-06-30
1
-3
/
+24
*
add initializers (only static for initialier list rn)
lemon
2023-06-29
1
-68
/
+555
*
also C23 static_assert
lemon
2023-06-26
1
-3
/
+3
*
c: move codegen code after decl parser
lemon
2023-06-26
1
-748
/
+748
*
frontend: add static assert
lemon
2023-06-26
1
-1
/
+37
*
frontend: add labels and goto statement
lemon
2023-06-26
1
-8
/
+119
*
explicitly store predecessors in each block
lemon
2023-06-21
1
-21
/
+17
*
fix type of undeclared functions
lemon
2023-06-20
1
-0
/
+1
*
fix cls logic for comparison instrs
lemon
2023-06-20
1
-1
/
+1
*
backend: compile comparison instrs and branches
lemon
2023-06-19
1
-2
/
+3
*
frontend: disallow non-local decls in for initializer
lemon
2023-06-19
1
-6
/
+14
*
frontend: rename parser -> lexer and document c.c
lemon
2023-06-19
1
-38
/
+56
*
frontend: separate compiler & lexer
lemon
2023-06-19
1
-296
/
+305
[next]