include
|
Add va_arg()
|
2020-12-07 12:00:06 +09:00 |
test
|
Allow struct argument
|
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 |
README.md
|
Add LICENSE and README.md
|
2020-10-07 20:13:25 +09:00 |
chibicc.h
|
Support passed-on-stack arguments
|
2020-12-07 12:00:06 +09:00 |
codegen.c
|
Allow struct argument
|
2020-12-07 12:00:06 +09:00 |
main.c
|
Add default include paths
|
2020-12-07 12:00:06 +09:00 |
parse.c
|
Allow struct parameter
|
2020-12-07 12:00:06 +09:00 |
preprocess.c
|
Concatenate adjacent string literals
|
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
|
Recognize wide character literal
|
2020-12-07 12:00:06 +09:00 |