| 1 | prebuilt/ |
| 2 | ========= |
| 3 | |
| 4 | These files are built from the repo and committed back to git. We generally |
| 5 | avoid this, but doing so has benefits: |
| 6 | |
| 7 | - Contributors don't need a working `mycpp` in all cases |
| 8 | - ASDL and mycpp fundamentally have circular dependencies, so committing |
| 9 | prebuilt files breaks this loop. |