test
|
Handle flonum for if, while, do, !, ?:, || and &&
|
2020-12-07 12:00:06 +09:00 |
.gitignore
|
Rewrite tests in shell script in C
|
2020-10-15 14:22:15 +09:00 |
LICENSE
|
Add LICENSE and README.md
|
2020-10-07 20:13:25 +09:00 |
Makefile
|
Rewrite tests in shell script in C
|
2020-10-15 14:22:15 +09:00 |
README.md
|
Add LICENSE and README.md
|
2020-10-07 20:13:25 +09:00 |
chibicc.h
|
Add flonum +, -, * and /
|
2020-12-07 12:00:06 +09:00 |
codegen.c
|
Handle flonum for if, while, do, !, ?:, || and &&
|
2020-12-07 12:00:06 +09:00 |
main.c
|
Emit .file and .loc assembler directives
|
2020-10-15 14:22:16 +09:00 |
parse.c
|
Add flonum +, -, * and /
|
2020-12-07 12:00:06 +09:00 |
strings.c
|
Refactoring: Add a utility function
|
2020-10-08 14:31:22 +09:00 |
type.c
|
Add flonum +, -, * and /
|
2020-12-07 12:00:06 +09:00 |