Implemented instruction lists

This commit is contained in:
Eduard Urbach 2023-10-21 17:46:20 +02:00
parent 315d2d075e
commit d5f752bdd4
Signed by: eduard
GPG key ID: 49226B848C78F6C8
12 changed files with 165 additions and 23 deletions

View file

@ -4,8 +4,8 @@ A simple programming language.
## Features
* 🔥 Fast compilation
* 📦 Small binaries
* Fast compilation
* Small binaries
## Installation
@ -17,10 +17,18 @@ go build
## Usage
Build a Linux ELF executable from `examples/hello`:
```shell
./q build examples/hello
```
Run the generated executable:
```shell
./examples/hello/hello
```
## License
Please see the [license documentation](https://akyoto.dev/license).