🌱 A simple programming language. 11 Commits
2023-10-21 13:41:47 +02:00
examples Improved project structure 2023-10-20 17:07:44 +02:00
src Added assembler instructions 2023-10-21 13:41:47 +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 Improved project structure 2023-10-20 17:07:44 +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

./q build examples/hello

License

Please see the license documentation.

© 2023 Eduard Urbach