This project is made using Python and utilizes regular expressions (regex) to implement LangX, a custom programming language. The language includes features such as variable declarations, initializations, and a for loop.
- Variable declaration: Easily declare variables in LANGX.
- Variable initialization: Initialize variables with values.
- For loop: Execute repetitive tasks using the custom for loop implementation.
To run this project, ensure that you have Python installed. Follow the steps below:
-
Clone the repository:
git clone https://github.com/MuhammadAmas/LangX
-
Navigate to the project directory:
cd LangX
'num x'
'decimal y'
'letter z'
num a = 5
letter b = "f"
decimal c = 9.8
for (num i = 1, i > 4, i++)
This project was developed by the following collaborators:
This project is licensed under the MIT License. See the LICENSE file for more details.