cbml
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-alpha.33 • Public • Published

NPM version Build Status Coverage Status

CBML Parser

Struct

cbml

type: BlockElement # TextNode, CommonElement, VoidElement, CBMLElement 
  attributes: []
  tag: jdists
  language: # 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

Readme

Keywords

Package Sidebar

Install

npm i cbml

Weekly Downloads

27

Version

1.0.0-alpha.33

License

MIT

Last publish

Collaborators

  • zswang