swarm-ron-grammar

2.0.5 • Public • Published

Regex parsers for the Replicated Object Notation

see protocol docs at https://github.com/gritzko/ron

use:

> const RON=require('swarm-ron-grammar');
> RON.OP.exec('#time-orig`:loc=1"str"')
[ '#id`:l=1"str"',
  '',
  'time-orig',
  '`',
  'loc',
  '=1"str"',
  index: 0,
  input: '#id`:l=1"str"' ]

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i swarm-ron-grammar

    Weekly Downloads

    4

    Version

    2.0.5

    License

    MIT

    Last publish

    Collaborators

    • gritzko