Skip to content

A simple Arabic scripting language built with python.

Notifications You must be signed in to change notification settings

abdulrhman-dev/abood_lang

Repository files navigation

Abood lang

a simple Arabic programming language built with python

How to run?

Install required libraries

pip install -r requirements.txt

Run the file!

abood file.abd

Tip

Add the folder path to PATH environment variables to run the abood command from anywhere on your Windows system!

Tip

Under the language folder a .xml file for syntax highlighting of Notepad++ can be imported via Langauge -> User Defined Language -> Define your Langauge then Import button

Main language rules

Storing variables

خزن اسم_المتغير = تعبير

If statement

إذا شرط نفذ بيان غير إذا شرط نفذ بيان غير ذلك نفذ بيان

Preview

image

Caution

The language doesn't currently have any form of error handling unexpected behavior may arise

About

A simple Arabic scripting language built with python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published