🌱 A simple programming language. 8 Commits
2023-10-20 13:22:06 +02:00
build Separated code and data 2023-10-20 13:22:06 +02:00
cli Separated code and data 2023-10-20 13:22:06 +02:00
examples/hello Added build command 2023-10-17 15:10:35 +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 Added CLI commands 2023-10-17 14:01:01 +02:00
README.md Implemented ELF header 2023-10-17 20:29:36 +02:00

q

A simple programming language.

Features

  • Fast compilation
  • High performance
  • 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