int0x80

↗ HN profile [ 78.6 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. For fun, I wrote a c compiler (non-optimizing) in Java targeting modern C (C23) using claude. I developed a c shell similar to jshell in java. The compiler also bundles a built in an assembler for x86. A linker is…