Metadata-Version: 2.1
Name: rsxr
Version: 0.0.1
Summary: A compiled statically typed multi paradigm general purpose programming language designed for cross platform applications.
Home-page: https://github.com/Aermoss/RSX
Author: Yusuf Rencber
Author-email: aermoss.0@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# R# - RSX-R
A compiled statically typed multi paradigm general purpose programming language designed for cross platform applications.

# RSX Logo
![R# Logo](rsxr/logo.png)

# RSX Icon
![R# Icon](rsxr/icon.png)

# Requirements
- Python 3.10 or higher

# Getting Started
## How to install
### Windows (Installs the RSX-R python library)
```
.\install.bat
```

### Linux (Installs the RSX-R python library)
```
./install.sh
```

