https://github.com/t9air/enlang
https://github.com/t9air/enlang
begginer-friendly programming-languages programminglanguage python-based
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/t9air/enlang
- Owner: T9Air
- License: gpl-3.0
- Created: 2025-01-03T02:10:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-17T20:08:13.000Z (6 months ago)
- Last Synced: 2025-01-17T21:19:52.090Z (6 months ago)
- Language: Python
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# enlang
## Introduction
enlang is a coding language that is based on Python. It provides a simple and readable syntax aimed at making programming more accessible for begginers.
## Installation
To install enlang, clone the repository:
```bash
git clone https://github.com/T9Air/enlang.git
```## Getting Started
To run an enlang program:
```bash
python run_file.py \.enl
```For syntax details, please refer to [syntax.md](syntax.md).
## License
This project is licensed under the [GPLv3 License](LICENSE).