Improved assembler
This commit is contained in:
parent
d5f752bdd4
commit
8e193c69b6
22 changed files with 329 additions and 139 deletions
18
README.md
18
README.md
|
@ -21,12 +21,26 @@ Build a Linux ELF executable from `examples/hello`:
|
|||
|
||||
```shell
|
||||
./q build examples/hello
|
||||
./examples/hello/hello
|
||||
```
|
||||
|
||||
Run the generated executable:
|
||||
## Source
|
||||
|
||||
- [main.go](main.go)
|
||||
- [src/cli/Main.go](src/cli/Main.go)
|
||||
- [src/cli/Build.go](src/cli/Build.go)
|
||||
- [src/build/Build.go](src/build/Build.go)
|
||||
|
||||
## Tests
|
||||
|
||||
```shell
|
||||
./examples/hello/hello
|
||||
go test -coverpkg=./...
|
||||
```
|
||||
|
||||
## Benchmarks
|
||||
|
||||
```shell
|
||||
go test -bench=. -benchmem
|
||||
```
|
||||
|
||||
## License
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue