Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 552 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 552 Bytes

ArabJs

The ArabJs transpiler

https://arabjs.github.io/arabJs/

Installation

npm install arabjs

APIs

import arabJs from "arabjs";

const code = `
 داله جمع(س,ص) {
   الجواب س + ص
}
لنفرض النتيجة = جمع(2,3)
اطبع.نص(النتيجة)
`;

arabjs.run(code);

result

5

Credit:

This work is built on top of amazing open source projects: