Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partial ES6 Transpiler #62

Closed
joeedh opened this issue Apr 26, 2015 · 1 comment
Closed

Partial ES6 Transpiler #62

joeedh opened this issue Apr 26, 2015 · 1 comment

Comments

@joeedh
Copy link
Contributor

joeedh commented Apr 26, 2015

Hi all. I wrote a ES6 transpiler using PLY, which I've been using in production code for several years now. I'm planning on switching to a different transpiler (so I don't have to continue maintaining my own), but I wanted to let the PLY developers know I really love PLY and express my deepest gratitude. I even implemented it's lexical scanner API in JavaScript.

PLY was my first experience with bottom-up compiler-compilers. I found the tutorial on the website extremely helpful. At the time, I had found myself suddenly in need of an ES6 transpiler. I panickly searched the web, only to discover (it's funny, but true) that every single transpiler website was down that day, which made me (erroneously) think they were not being maintained.

That was when I turned to PLY. I managed to get something that served my basic needs up and running in, if memory serves, two weeks or so. The sheer speed I could work in PLY was awe-inspiring. Of course I ran into difficult grammar issues like everyone else, though it helped that the ES6 spec had plenty of tips on making JavaScript's weird grammar work in a bottom-up parser.

Anyway, my actual transpiler code (especially the AST manipulation stuff) is horrible, but I thought you might want to know that someone found your project (quite) useful.

@joeedh joeedh changed the title Partial ES6 Grammar Partial ES6 Transpiler Apr 26, 2015
@dabeaz
Copy link
Owner

dabeaz commented Aug 31, 2016

Glad to hear that PLY was useful!

@dabeaz dabeaz closed this as completed Aug 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants