forked from solstice/solstice
21 lines
433 B
Markdown
21 lines
433 B
Markdown

|
|
|
|
# Solstice
|
|
|
|
Solstice is a programming language based on Ground.
|
|
|
|
## Compiling
|
|
|
|
First, ensure CGround is installed on your system with `sudo make install`. Then, compile with
|
|
|
|
```
|
|
make
|
|
```
|
|
|
|
## Usage
|
|
|
|
Solstice files use the `.sols` extension. Run files as you would with any other interpreted language.
|
|
|
|
## Docs
|
|
|
|
Docs are avaliable at https://sols.dev/docs/ |