Compilation warnings fixed.
Several code cleanups, among which legibility of README.md.
Fix compilation warnings, fix README #3
(deleted):trunk into trunk
@ -1,3 +1,5 @@
# antcc - A Small C Compiler
redundant
Added, because the README does not have a title.
@ -42,3 +44,4 @@
- `x86_64-linux-gnu`
- `x86_64-linux-musl`
- `aarch64-linux-gnu` (experimental)
aarch64 is not even bootstrapping yet, which is why it's not listed here. that list is for tested and working targets.
@ -65,6 +68,8 @@ and appropiate include paths must be manually specified. You can specify the com
There are tests in the `test` directory:
- `test/run.sh`: local tests
- `test/run.sh 01-hello`: run a single test (e.g., 01-hello.c)
test/run.sh doesn't do that - is this PR AI-generated?
Yes, the README for the most part, not the code.
@ -445,0 +441,4 @@
loadstoreaddr(blk, &ins->l, curi, op);
regarg(&ins->r, cls, blk, curi);
break;
default: assert(0);
I'm purposefully not suppressing these warnings with default: as an indication and reminder that this part of the aarch64 backend is incomplete. also, please don't just change the formatting of existing code. again - is this PR AI-generated?
This part of the PR was not AI generated, but hand-formatted.
Pull request closed
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?