moniel-parser

Parser for Moniel notation


Keywords
notation, parser, graph
License
MIT
Install
npm install moniel-parser@0.0.4

Documentation

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