Implemented instruction lists
This commit is contained in:
12
README.md
12
README.md
@ -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).
|
||||
|
Reference in New Issue
Block a user