Split project into core and cli packages
From https://github.com/sweet-js/sweet.js/pull/660#issuecomment-290271808
I think babel is a good place to look for inspiration.
I'm thinking sweet-core
is for compiling macros, sweet-helpers
is for writing macros and sweet-cli
is for...well it's sjs
.
(out of scope): I'm also thinking we could add something like babel-node
. A REPL would be great for playing around with ideas.