BosqueLanguage / BREX

A reimagining of regular language processing tools
MIT License
0 stars 1 forks source link

Node API and package #7

Open BosqueLanguage opened 3 months ago

BosqueLanguage commented 3 months ago

We need to make this usable from Node.js. This requires adding a Node API wrapper for the functionality and build targets to create a native NPM package.

https://nodejs.org/api/n-api.html

BosqueLanguage commented 3 months ago

Initial package is committed in JsBREX