index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
c/type: make implicit const T* -> T* conversion warning, not error
lemon
2025-11-26
1
-1
/
+2
*
io: diagnostics print source code underline correctly with hard tabs
lemon
2025-11-26
1
-8
/
+26
*
change op names to match 285063eba44
lemon
2025-11-21
1
-1
/
+1
*
c: make builtin va_list an opaque struct
lemon
2025-10-23
1
-1
/
+0
*
use libc's stdout/stderr; also eliminate some unnecessary recursion in bfmt
lemon
2025-10-23
1
-16
/
+51
*
io: reject non file files
lemon
2025-10-20
1
-16
/
+19
*
c irgen fixes
lemon
2025-10-19
1
-0
/
+7
*
Organize source files into directories
lemon
2025-10-19
1
-2
/
+2
*
#pragma once
lemon
2025-10-18
1
-22
/
+84
*
add -E preprocessing option
lemon
2025-10-17
1
-6
/
+55
*
wide str and char literals
lemon
2025-10-16
1
-0
/
+60
*
implement most of preprocessor
lemon
2025-10-13
1
-3
/
+14
*
io.c errata non reg files
lemon
2025-09-17
1
-1
/
+1
*
a little refactoring and cleanup
lemon
2025-09-15
1
-3
/
+9
*
preprocessor: more awful hacks
lemon
2025-09-11
1
-1
/
+1
*
lex: stringify args in function macros
lemon
2025-09-10
1
-2
/
+9
*
lex: implement basic function-like macro functionality
lemon
2025-09-10
1
-0
/
+1
*
fix
lemon
2024-04-09
1
-1
/
+1
*
mem2reg: implement ssa construction; this breaks regalloc right now
lemon
2023-06-21
1
-2
/
+2
*
frontend: separate compiler & lexer
lemon
2023-06-19
1
-2
/
+1
*
add %y symbol printing
lemon
2023-06-19
1
-0
/
+12
*
don't try to compile when debugging IR
lemon
2023-06-19
1
-1
/
+6
*
fix iowrite()
lemon
2023-06-18
1
-1
/
+4
*
codegen skeleton
lemon
2023-06-06
1
-8
/
+15
*
better diagnostics
lemon
2023-06-04
1
-0
/
+5
*
regalloc skeleton
lemon
2023-05-31
1
-9
/
+15
*
improve struct token
lemon
2023-05-28
1
-6
/
+10
*
bool fixes
lemon
2023-05-28
1
-0
/
+1
*
recursive descent -> precedence climbing parser
lemon
2023-05-27
1
-1
/
+1
*
hm
lemon
2023-05-26
1
-7
/
+26
*
initial commit
lemon
2023-05-10
1
-0
/
+836