OILS / prebuilt / README.md View on Github | oilshell.org

9 lines, 7 significant
1prebuilt/
2=========
3
4These files are built from the repo and committed back to git. We generally
5avoid 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.