Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aermoss authored Jun 21, 2022
1 parent 0cfe083 commit fcf68df
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,23 @@ An interpreted statically typed multi paradigm general purpose programming langu
![rsharp logo](rsharp/icon.png)

# Getting Started
## How to install
### Windows
```
start install.bat
```

## How to interprete the program
```
python main.py main.rsx --interprete
```

# Getting Started
## How to compile the program
```
python main.py main.rsx --compile
```

## How to transpile the program
### Python
```
Expand Down Expand Up @@ -110,4 +122,4 @@ int main() {
- rsxsys
- rsxterm
- rsxtime
- rsxos
- rsxos

0 comments on commit fcf68df

Please sign in to comment.