0.7.1 • Published 4 years ago

@zaml/parser v0.7.1

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

zaml-parser

Javascript tokenizer & lexer for ZAML.

Thanks to Github ❤️ ci is integrated with Github Actions

Install

npm install @zaml/parser
# or
yarn add @zaml/parser

API Documentation

Checkout API Documentation

Usage

zaml.parse(text:string):Node

Parse a ZAML source code, and returns the root node of AST

Example

import zaml from 'zaml-parser';
const node = zaml.parse('Hello World!');
console.log(node);

Test

yarn test

Test with more info of tokenizing

DEBUG=verbose yarn test

License

MIT

0.7.1

4 years ago

0.7.0

4 years ago

0.6.20

4 years ago

0.6.18

5 years ago

0.6.17

5 years ago

0.6.16

5 years ago

0.6.15

5 years ago

0.6.14

5 years ago

0.6.13

5 years ago

0.6.12

5 years ago

0.6.11

5 years ago

0.6.10

5 years ago

0.6.9

5 years ago

0.6.8

5 years ago

0.6.7

5 years ago

0.6.6

5 years ago

0.6.5

5 years ago

0.6.4

5 years ago

0.6.3

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago