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

https://github.com/memescoep/ausl

Accessible Unified Source Language (AUSL) is a programming language designed to develop simple applications
https://github.com/memescoep/ausl

linux programming-language python win32 windows

Last synced: 5 months ago
JSON representation

Accessible Unified Source Language (AUSL) is a programming language designed to develop simple applications

Awesome Lists containing this project

README

          

# AUSL
#### Accessible Unified Source Language (AUSL) is a programming language designed to develop simple applications.
```(C) Andrew Maney 2021```
### Requirements

```

Python 3.X
Python 3.X's pip module
Any linux distribution that uses the 'apt' package manager
release.py (this will install all dependencies)
```
```

Python 3.X
Python 3.X's pip module
release.py (this will install all dependencies)
```

To get started, [download](https://github.com/MEMESCOEP/AUSL/blob/main/release.py)
```release.py```
and run it as root (Linux):

> sudo python3 release.py 

For Windows:
```
Open CMD as Administrator!
```
> python3 release.py 

Wait for the script to finish.
(This will take a long time, as it downloads/installs dependencies and compiles AUSL.py to an executable binary.)

---

### Useful links
- [See the License](https://github.com/MEMESCOEP/AUSL/blob/main/LICENSE)
- [Visit the wiki!](https://github.com/MEMESCOEP/AUSL/wiki)
- [Visit the AUSL website!](https://memescoep.github.io/AUSL/)

---
### Operating System Support
Currently supported OSes:
- Any linux distro which has the 'apt' package manager
- Win32 x86_64

---

### Change log:
Version A-0.23
- Added OFFICIAL WIN32 SUPPORT!!! :D
- Added 'clr' function to AUSL.py


---


### TO DO:
- Fix playsound bug
- Add else,try catch,exception statements (HIGH PRIORITY)
- Add GUI statments
- Add variable access from statements (HIGH PRIORITY)





If you have any questions, please send an email to ```xxxmemescoepxxx@gmail.com```.

```(C) Andrew Maney 2021```