🌱 Compiler, assembler and linker for a modern programming language.
Find a file
2025-02-09 16:24:36 +01:00
docs Renamed x64 to x86 2025-02-05 23:16:18 +01:00
examples Added a zero byte at the end of strings 2025-02-09 15:37:00 +01:00
lib Implemented console output for Windows 2025-02-09 16:24:36 +01:00
src Added a zero byte at the end of strings 2025-02-09 15:37:00 +01:00
tests Fixed incorrect parameters for memory deallocation 2025-02-09 15:25:25 +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