0.1.1 • Published 4 years ago

lisan-compiler v0.1.1

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

Lisan Compiler

Lisan Compiler is a javascript library created to improve development experience with Lisan.

It helps you to compile Translations into Dictionaries.

You can also parse a single Lisan Literal via parseLisanLiteral function.

Installation

You can install lisan from the sources below, as you see fit.

from npm

npm install lisan-compiler --save-dev

from CDN

<script src="https://unpkg.com/lisan-compiler/dist/index.umd.js" type="text/javascript"></script>

After adding the script tag above, Lisan Compiler instance will be accessible via window.lisanCompiler variable.

Usage:

<script
  src="https://unpkg.com/lisan-compiler/dist/index.umd.js"
  type="text/javascript"
></script>
<script type="text/javascript">
  (() => {
    const { parseLisanLiteral, parse, generate } = window.lisanCompiler;
  })();
</script>

Methods

For the full list of methods, see Lisan Compiler API.

Compatibility

PlatformIEEdgeFirefoxChromeNodejs
Version11AllAllAll10+

License

This package is MIT licensed.

0.1.1

4 years ago

0.1.0

4 years ago

0.0.41

4 years ago

0.0.40

4 years ago

0.0.38

4 years ago

0.0.39

4 years ago

0.0.36

4 years ago

0.0.37

4 years ago

0.0.34

4 years ago

0.0.35

4 years ago

0.0.34-aplha.1

4 years ago

0.0.34-alpha.0

4 years ago