0.7.1 • Published 5 years ago
@zaml/parser v0.7.1
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
0.7.1
5 years ago
0.7.0
5 years ago
0.6.20
6 years ago
0.6.18
6 years ago
0.6.17
6 years ago
0.6.16
6 years ago
0.6.15
6 years ago
0.6.14
6 years ago
0.6.13
6 years ago
0.6.12
6 years ago
0.6.11
6 years ago
0.6.10
6 years ago
0.6.9
6 years ago
0.6.8
6 years ago
0.6.7
6 years ago
0.6.6
6 years ago
0.6.5
6 years ago
0.6.4
6 years ago
0.6.3
6 years ago
0.6.2
6 years ago
0.6.1
6 years ago
0.6.0
6 years ago
0.5.2
7 years ago
0.5.1
7 years ago
0.5.0
7 years ago
0.4.1
7 years ago
0.4.0
7 years ago