🌱 A simple programming language. 295 Commits
2025-01-30 22:23:38 +01:00
docs Simplified readme 2024-08-26 15:06:30 +02:00
examples Implemented basic support for function pointers 2025-01-30 16:33:20 +01:00
lib Implemented basic support for function pointers 2025-01-30 16:33:20 +01:00
src Improved code style 2025-01-30 22:23:38 +01:00
tests Improved code style 2025-01-30 22:23:38 +01:00
.gitignore Initial commit 2023-10-17 11:06:14 +02:00
go.mod Improved section offset calculation 2025-01-20 13:51:47 +01:00
go.sum Improved section offset calculation 2025-01-20 13:51:47 +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