I am working on a project in its infancy that is attempting to bootstrap an entire pantheon of code from simple specifications, and I find the generator approach that you are building with earl-grey fascinating. I am looking into ways of translating the specifications into a super-type of javascript, and was wondering if you think that the general idea is feasible with earl-grey and if you intend to continue working on this library?
I am working on a project in its infancy that is attempting to bootstrap an entire pantheon of code from simple specifications, and I find the generator approach that you are building with earl-grey fascinating. I am looking into ways of translating the specifications into a super-type of javascript, and was wondering if you think that the general idea is feasible with earl-grey and if you intend to continue working on this library?
Here is the spec for my project: https://github.com/nothingismagick/truth-runner
Please let me know what you think!