0.2.2 • Published 12 months ago

suml v0.2.2

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
12 months ago

SUML for JavaScript

SUML logo

This is a JavaScript implementation of a parser and a dumper of SUML: Simple & Unambiguous Markup Language. You can check out its specification at gitlab.com/Avris/SUML

Installation

yarn add suml

Usage

import Suml from 'suml';

const suml = new Suml();

const parsed = suml.parse("'input'");
const dump = suml.dump({foo: 'bar', lorem: true})

Development

make install
make test

Webpack loader

See: gitlab.com/Avris/SUML-Loader

0.2.2

12 months ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago