🌱 A simple programming language.
12 Commits
examples | ||
src | ||
.gitignore | ||
go.mod | ||
go.sum | ||
main.go | ||
README.md |
q
A simple programming language.
Features
- Fast compilation
- Small binaries
Installation
git clone https://git.akyoto.dev/cli/q
cd q
go build
Usage
Build a Linux ELF executable from examples/hello
:
./q build examples/hello
Run the generated executable:
./examples/hello/hello
License
Please see the license documentation.
Copyright
© 2023 Eduard Urbach