🌱 A simple programming language.
284 Commits
docs | ||
examples | ||
lib | ||
src | ||
tests | ||
.gitignore | ||
go.mod | ||
go.sum | ||
main.go |
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.
Links
Copyright
© 2023 Eduard Urbach