I can't get Parrot working. First, simple examples (as in the Readme) give me the following error:
SyntaxError: Invalid flags supplied to RegExp constructor 'g,m'
Once I changed all of the RegExp constructors to use strings ("gm" or "gmi"), I got this error:
TypeError: Cannot call method 'runInNewContext' of undefined at Object.render (/Users/jacobevelyn/node_modules/parrot/index.js:165:9)
I can't get Parrot working. First, simple examples (as in the Readme) give me the following error:
SyntaxError: Invalid flags supplied to RegExp constructor 'g,m'
Once I changed all of the RegExp constructors to use strings ("gm" or "gmi"), I got this error:
TypeError: Cannot call method 'runInNewContext' of undefined at Object.render (/Users/jacobevelyn/node_modules/parrot/index.js:165:9)
Seems like some big problems are going on here.