1.0.0-alpha.33 • Published 8 years ago

cbml v1.0.0-alpha.33

Weekly downloads
13
License
MIT
Repository
github
Last release
8 years ago

NPM version Build Status Coverage Status

CBML Parser

Struct

cbml

- type: BlockElement # TextNode, CommonElement, VoidElement, CBMLElement
  attributes: []
  tag: jdists
  language: c # pascal, xml, python, lua
  body:
    - type: TextNode
      content: line1.2
      loc:
        source: line1.2
        start:
          line: 2
          column: 13
        end:
          line: 2
          column: 20

Install

$ npm install --save cbml

Usage

var cbml = require('cbml');

console.log(cbml.parse('/*<hello />*/'));
$ npm install --global cbml
$ cbml --help

License

MIT © zswang

1.0.0-alpha.33

8 years ago

1.0.0-alpha.13

8 years ago

1.0.0-alpha.12

8 years ago

1.0.0-alpha.4

8 years ago

1.0.0-alpha.3

8 years ago

0.2.12

8 years ago

0.2.9

9 years ago

0.2.8

9 years ago

0.2.7

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago