🌱 Compiler, assembler and linker for a modern programming language.
Find a file
2025-02-08 00:26:50 +01:00
docs Renamed x64 to x86 2025-02-05 23:16:18 +01:00
examples Improved server example 2025-02-06 17:11:57 +01:00
lib Improved server example 2025-02-06 17:11:57 +01:00
src Added more tests 2025-02-07 21:25:29 +01:00
tests Added more tests 2025-02-07 21:25:29 +01:00
.gitignore Initial commit 2023-10-17 11:06:14 +02:00
go.mod Updated dependencies 2025-02-08 00:26:50 +01:00
go.sum Updated dependencies 2025-02-08 00:26:50 +01: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