Initial commit
This commit is contained in:
commit
19d23eeec4
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
*
|
||||||
|
!*/
|
||||||
|
!*.q
|
||||||
|
!*.go
|
||||||
|
!*.mod
|
||||||
|
!*.sum
|
||||||
|
!*.md
|
||||||
|
!.gitignore
|
25
README.md
Normal file
25
README.md
Normal 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
|
Loading…
Reference in New Issue
Block a user