Skip to content

huml-lang/huml-js

Repository files navigation

huml-js

An experimental HUML parser implementation in javascript.

Installation

npm install @huml-lang/huml

Usage

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.

About

Javascript library for parsing/encoding and decoding HUML documents.

Resources

License

Stars

Watchers

Forks

Packages

No packages published