CrossHair
CrossHair copied to clipboard
Break up builtinslib.py
In general, I like the idea of having one file in libimpl/ per standard library. But builtinslib.py contains the majority of CrossHair's meaningful logic. It's a little too big right now, and will likely get quite a bit bigger.
Suggestions?