I'm going to be putting all of my "training sets" for the mwcc 1.2.5 compiler here, despite the repo name. I'm separating by folders and will indicate what they are

general examples

7.c: basic raytracing example

melee examples

  • 0 context decompiles
  • go from S -> C', then modify C' so that it compiles to S (so becomes C). C is a space of C code that compiles to S
  • notably, 0 context, and also, C already exists in the decomp codebase
  1. https://decomp.me/scratch/E00h9
  2. https://decomp.me/scratch/0ybdI
  3. in progress