node-regjsgen

Regular expression from abstract syntax trees in Node.js
  https://github.com/demoneaux/regjsgen
  0
  no reviews



This module accepts an abstract syntax tree representing a regular expression (like the ones created by regjsparser, for example), and turns them into a regular expression string.

Node.js is an event-based server-side JavaScript engine.