I found a sweet library written in Ruby which I would like to use in my JS application. The library is a regular expression -> NFA conversion library and would fit perfectly for my needs.
Is there a way to call this ruby library and process the output in JavaScript?