Gcc and clang are part of the training set, the fact that it did as bad as it did is what’s shocking
There are lots of C compilers (LCC, TCC, SDCC, an army of hobby projects C compilers) available as open-source.
I am curious about what results would be for something like a lexer + parser + abstract machine code generator generation for a made up language
There are lots of C compilers (LCC, TCC, SDCC, an army of hobby projects C compilers) available as open-source.
I am curious about what results would be for something like a lexer + parser + abstract machine code generator generation for a made up language