@huml-lang/huml
v0.1.0
Published
A parser and stringifier for the HUML (Human-oriented Markup Language) format.
Downloads
10
Readme
huml-js
An experimental HUML parser implementation in javascript.
Installation
npm install @huml-lang/humlUsage
import { parse, stringify } from '@huml-lang/huml'
// Parse HUML into JS data structures.
console.log(parse(humlDoc));
// Dump JS data structures into HUML.
console.log(stringify(obj));
License
Licensed under the MIT license.
