moniel-parser
Parser for Moniel notation
Usage
Install: npm i moniel-parser
Use:
const p = require("moniel-parser")
const ast = p.parse(`In -> Out`).ast
Run tests: npm test
Parser for Moniel notation
Homepage Repository npm JavaScript Download
Parser for Moniel notation
Install: npm i moniel-parser
Use:
const p = require("moniel-parser")
const ast = p.parse(`In -> Out`).ast
Run tests: npm test