🌱 A simple programming language. 284 Commits
2024-08-26 15:34:34 +02:00
docs Simplified readme 2024-08-26 15:06:30 +02:00
examples Improved Windows support 2024-08-19 17:25:51 +02:00
lib Improved Windows support 2024-08-19 17:25:51 +02:00
src Reduced number of packages 2024-08-26 15:34:34 +02:00
tests Updated documentation 2024-08-26 12:46:47 +02:00
.gitignore Initial commit 2023-10-17 11:06:14 +02:00
go.mod Updated Go version 2024-08-14 12:25:35 +02:00
go.sum Updated dependencies 2024-08-09 12:48:13 +02:00
main.go Improved project structure 2023-10-20 17:07:44 +02:00

q

A programming language that compiles down to machine code.

Features

  • Fast compilation
  • High performance
  • Small executables

Installation

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

Usage

./q run examples/hello

Builds an executable from examples/hello and runs it.

© 2023 Eduard Urbach