cbml
v1.0.0-alpha.33
Published
CBML Parser
Readme
CBML Parser
Struct

- 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: 20Install
$ npm install --save cbmlUsage
var cbml = require('cbml');
console.log(cbml.parse('/*<hello />*/'));$ npm install --global cbml
$ cbml --helpLicense
MIT © zswang
