🌱 A simple programming language. 2 Commits
2023-10-17 14:01:01 +02:00
cli Added CLI commands 2023-10-17 14:01:01 +02:00
log Added CLI commands 2023-10-17 14:01:01 +02:00
.gitignore Initial commit 2023-10-17 11:06:14 +02:00
cli_test.go Added CLI commands 2023-10-17 14:01:01 +02:00
go.mod Added CLI commands 2023-10-17 14:01:01 +02:00
go.sum Added CLI commands 2023-10-17 14:01:01 +02:00
main_test.go Added CLI commands 2023-10-17 14:01:01 +02:00
main.go Added CLI commands 2023-10-17 14:01:01 +02:00
README.md Initial commit 2023-10-17 11:06:14 +02:00

q

A simple programming language.

Installation

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.

© 2023 Eduard Urbach