slr

S Lang Runtime
git clone https://codeberg.org/night0721/slr
Log | Files | Refs | README | LICENSE

README.md (431B)


      1 # S Lang Runtime
      2 S Lang(Slang) Runtime is a interpreter for Slang.
      3 
      4 # Usage
      5 
      6 # Depedencies
      7 None
      8 
      9 # Building
     10 You will need to run these with elevated privilages.
     11 ```
     12 $ make
     13 # make install
     14 ```
     15 
     16 # Contributions
     17 Contributions are welcomed, feel free to open a pull request.
     18 
     19 # License
     20 This project is licensed under the GNU Public License v3.0. See [LICENSE](https://github.com/night0721/slr/blob/master/LICENSE) for more information.