An open API service indexing awesome lists of open source software.

https://github.com/t9air/enlang


https://github.com/t9air/enlang

begginer-friendly programming-languages programminglanguage python-based

Last synced: 4 months ago
JSON representation

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).