include
|
Add offsetof
|
2020-12-07 12:00:06 +09:00 |
test
|
Recognize .a and .so files
|
2020-12-07 12:00:06 +09:00 |
.gitignore
|
Add stage2 build
|
2020-12-07 12:00:06 +09:00 |
LICENSE
|
Add LICENSE and README.md
|
2020-10-07 20:13:25 +09:00 |
Makefile
|
Add thread-local variable
|
2020-12-07 12:00:06 +09:00 |
README.md
|
Add LICENSE and README.md
|
2020-10-07 20:13:25 +09:00 |
chibicc.h
|
Add pointer arithmetic for VLA
|
2020-12-07 12:00:06 +09:00 |
codegen.c
|
Emit size and type for symbols
|
2020-12-07 12:00:06 +09:00 |
main.c
|
Recognize .a and .so files
|
2020-12-07 12:00:06 +09:00 |
parse.c
|
Support sizeof(typename) where typename is a VLA
|
2020-12-07 12:00:06 +09:00 |
preprocess.c
|
Do not define __STDC_NO_VLA__
|
2020-12-07 12:00:06 +09:00 |
strings.c
|
Run "as" command unless -S is given
|
2020-12-07 12:00:06 +09:00 |
tokenize.c
|
Add thread-local variable
|
2020-12-07 12:00:06 +09:00 |
type.c
|
Add pointer arithmetic for VLA
|
2020-12-07 12:00:06 +09:00 |
unicode.c
|
Improve error message for multibyte characters
|
2020-12-07 12:00:06 +09:00 |