Some things I would like to eventually finish though:
* JavaScript output backend https://github.com/leafo/moonscript-javascript-compiler
* Replacing the AST transfomer with something written in tableshape: https://github.com/leafo/tableshape
* Experimenting with writing an lpeg alternative that works more like a parser generator, experimented here https://github.com/leafo/moonparse
* Formalizing the syntax transformation pipeline (this would be how things like macros could be implemented)
If you have ideas feel free to open issues on the github. I may not be able to reply immediately but at least they are written down somewhere. Thanks
Some things I would like to eventually finish though:
* JavaScript output backend https://github.com/leafo/moonscript-javascript-compiler
* Replacing the AST transfomer with something written in tableshape: https://github.com/leafo/tableshape
* Experimenting with writing an lpeg alternative that works more like a parser generator, experimented here https://github.com/leafo/moonparse
* Formalizing the syntax transformation pipeline (this would be how things like macros could be implemented)
If you have ideas feel free to open issues on the github. I may not be able to reply immediately but at least they are written down somewhere. Thanks