26 lines
307 B
Markdown
26 lines
307 B
Markdown
|
# q
|
||
|
|
||
|
A simple programming language.
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
```shell
|
||
|
git clone https://git.akyoto.dev/cli/q
|
||
|
cd q
|
||
|
go build
|
||
|
```
|
||
|
|
||
|
## Features
|
||
|
|
||
|
* Fast compilation
|
||
|
* High performance
|
||
|
* Small binaries
|
||
|
|
||
|
## License
|
||
|
|
||
|
Please see the [license documentation](https://akyoto.dev/license).
|
||
|
|
||
|
## Copyright
|
||
|
|
||
|
© 2023 Eduard Urbach
|