https://github.com/abdulrhman-dev/abood_lang
A simple Arabic scripting language built with python.
https://github.com/abdulrhman-dev/abood_lang
arabic programming-language python scripting-language
Last synced: 11 months ago
JSON representation
A simple Arabic scripting language built with python.
- Host: GitHub
- URL: https://github.com/abdulrhman-dev/abood_lang
- Owner: abdulrhman-dev
- Created: 2024-06-27T15:17:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-02T03:39:32.000Z (over 1 year ago)
- Last Synced: 2025-01-24T12:46:08.797Z (about 1 year ago)
- Topics: arabic, programming-language, python, scripting-language
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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

> [!CAUTION]
> The language doesn't currently have any form of error handling unexpected behavior may arise