Most importantly, I moved the definition to its own .gyp file so that it doesn't get compiled by default;
(Might also help with some parallel build issues).
Also, I created a new directory for the includes to make including it more easy and clear (instead of including eg. src/disp.h which is super confusing).
Moving everything to a namespace still is a consideration, but not an urgent one right now
This is a more complete solution for #97.
Most importantly, I moved the definition to its own .gyp file so that it doesn't get compiled by default; (Might also help with some parallel build issues).
Also, I created a new directory for the includes to make including it more easy and clear (instead of including eg.
src/disp.h
which is super confusing).Moving everything to a namespace still is a consideration, but not an urgent one right now