🌱 A simple programming language. 12 Commits
2023-10-21 17:46:20 +02:00
examples Improved project structure 2023-10-20 17:07:44 +02:00
src Implemented instruction lists 2023-10-21 17:46:20 +02:00
.gitignore Initial commit 2023-10-17 11:06:14 +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.go Improved project structure 2023-10-20 17:07:44 +02:00
README.md Implemented instruction lists 2023-10-21 17:46:20 +02:00

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

Run the generated executable:

./examples/hello/hello

License

Please see the license documentation.

© 2023 Eduard Urbach