slr/README.md

21 lines
431 B
Markdown
Raw Normal View History

2024-05-16 19:40:44 +02:00
# S Lang Runtime
2024-05-17 11:24:12 +02:00
S Lang(Slang) Runtime is a interpreter for Slang.
2024-05-22 12:12:48 +02:00
# Usage
# Depedencies
None
# Building
You will need to run these with elevated privilages.
```
$ make
# make install
```
2024-05-17 11:24:12 +02:00
# Contributions
Contributions are welcomed, feel free to open a pull request.
# License
This project is licensed under the GNU Public License v3.0. See [LICENSE](https://github.com/night0721/slr/blob/master/LICENSE) for more information.