I am thinking of using Haskell to write a specialized symbol renamer for JavaScript. (Side note: Not sure whether I’m far enough into my Haskell learning journey for this non-trivial task, but at least it would be a great project to get deeper into Haskell…)
I guess the parser library language-javascript
is a sensible starting point for this. Does anybody know of usage samples or tutorials for the language-javascript
package?
Thanks heaps for pointers!