-
While testing `xcc` with https://github.com/FransFaase/RawParser/blob/master/src/RawParser.c I noticed that it gives a different output than `gcc`:
```
./rawparser.gcc
OK: parsed white space
OK: p…
-
https://github.com/rui314/chibicc/issues/62
-
If `cosmopolitan.h` is included the cosmo `chibicc.com` will fail with the following message.
```
o/cosmopolitan.h:11197: : "b"(bx), "c"(cx));
…
-
While fiddling with the cosmo chibicc to see if I could get it to build musl I ran into an issue where musl configure would call the compiler with the output file set to `/dev/null`. This causes chibi…
-
### Package description
A small C compiler
### Home page URL
_No response_
### Source code URL
https://github.com/rui314/chibicc/archive/90d1f7f199cc55b13c7fdb5839d1409806633fdb.tar.gz
### Packa…
-
Hello!
My dream is to create a ANSI C compiler (using C#), but I'm a bit lost
Regarding the parser part, I've played with a very nice parser combinator library (https://github.com/datalust/sup…
-
Hi, I tried to compile Cosmopolitan with:
```sh
$ make -j8 MODE=tiny
```
And I got this error:
```sh
1,462,030⏰ 1,125,452⏳ 17,904k 2,992iop o/third_party/gcc/bin/x86_64-linux-musl-ld.bfd …
-
I was experimenting with compiling some non-cosmo code and came across this error:
```
$ cat etest.c
#ifdef NO_COSMO
#include
#include
#include
#endif
int main() {
struct stat s;
in…
-
The preprocessor stringification operator `#` and token pasting operator `##` should inhibit macro expansion of the arguments to which they apply. Only the tokens resulting from the `##` operator shou…
-
# Weekly GitHub Trending! (2022/07/25 ~ 2022/08/01)
## TypeScript trending 5repo's
### [BetaSu](https://github.com/BetaSu) / [big-react](https://github.com/BetaSu/big-react)
私に従って、0からReact18を実装してください
…
ivgtr updated
2 years ago