@swarm/ron-grammar

0.1.1 • 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 (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @swarm/ron-grammar

      Weekly Downloads

      8

      Version

      0.1.1

      License

      MIT

      Unpacked Size

      3.5 kB

      Total Files

      4

      Last publish

      Collaborators

      • gritzko
      • olebedev