/node_example_ragel_addon

use ragel with node-waf

Primary LanguagePythonMIT LicenseMIT

Use ragel in a node.js add-on

Shows how to use ragel with node-waf. Does not teach any ragel.

node-waf configure build
node
> require('./build/Release/ragel_addon').parseInt('42')

License: MIT