jckarter / clay

The Clay programming language
http://claylabs.com/clay
Other
404 stars 34 forks source link

split clay.hpp #427

Closed stepancheg closed 12 years ago

stepancheg commented 12 years ago

To avoid recompilation of whole project after any small change in clay.hpp.

Although large .cpp files include many .hpp files, I think split is the right thing to do.

Split is not yet complete. I'd like to push this patch and continue splitting another day.

jckarter commented 12 years ago

Great! This is something that definitely needs to happen.