breuleux / earl-grey

Programming language compiling to JavaScript
http://breuleux.github.io/earl-grey/
MIT License
464 stars 6 forks source link

Consideration for integration in another project #42

Open nothingismagick opened 6 years ago

nothingismagick commented 6 years ago

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!