Initial commit

This commit is contained in:
Eduard Urbach 2023-10-17 11:06:14 +02:00
commit ccb76696c3
Signed by: eduard
GPG key ID: 49226B848C78F6C8
4 changed files with 43 additions and 0 deletions

25
README.md Normal file
View file

@ -0,0 +1,25 @@
# 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