Closed jbueza closed 8 years ago
:D
The node project has a pretty sweet structure: https://github.com/joyent/node
Definitely does. It looks like it was put together by someone who knows what they're doing -- I'll see what can be gleaned from it, but I suspect that there will still be a mess due to how I'm generating the LLVM Bitcode.
This might be a challenge in the context of the current project layout. I think it'll be doable with a little bit of re-jigging and reorganization to make use of actual linked libraries.
As a temporary workaround, I've renamed all the tests to be "test$COMPONENT$PART" such as test_cpu_arithmetic, allowing for a cleaner file list.