2023-10-23 12:37:20 +02:00

669 B

q

A simple programming language.

Features

  • Fast compilation
  • Small binaries

Installation

git clone https://git.akyoto.dev/cli/q
cd q
go build

Usage

Build a Linux ELF executable from examples/hello:

./q build examples/hello
./examples/hello/hello

Source

Tests

go test -coverpkg=./...

Benchmarks

go test -bench=. -benchmem

License

Please see the license documentation.

© 2023 Eduard Urbach