0.0.9 • Published 3 years ago

labiba-parser v0.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

Labiba Parser

Labiba Arabic Programing Language Parser

For working IDE see our repository: labiba

Labiba Parser generates AST according to babel AST format

Example:

const labiba = require('labiba-parser');
 
let labibaCode =`
//Comment
متغير سامح = 1;
مهمة مثل() {
    ارجاع 'مرحبا';
}
 
مثل()
`
 
let ast = labiba.parse(labibaCode)
 
console.log(ast)

repl.it

https://repl.it/@SamehFakoua/Labiba-Parser-Example

Install

Using npm:

npm install --save-dev labiba-parser

or using yarn:

yarn add labiba-parser --dev

Build

yarn install
gulp build
0.0.9

3 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.1

5 years ago