Updated documentation
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
# q
|
# q
|
||||||
|
|
||||||
A programming language that quickly compiles to machine code without gigantic dependencies like LLVM.
|
A programming language that quickly compiles to machine code.
|
||||||
|
|
||||||
## Goals
|
## Goals
|
||||||
|
|
||||||
@ -45,6 +45,13 @@ q build examples/hello --os mac
|
|||||||
q build examples/hello --os windows
|
q build examples/hello --os windows
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Or with different architectures:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
q build examples/hello --arch x86
|
||||||
|
q build examples/hello --arch arm
|
||||||
|
```
|
||||||
|
|
||||||
## Status
|
## Status
|
||||||
|
|
||||||
`q` is under heavy development and not ready for production yet.
|
`q` is under heavy development and not ready for production yet.
|
||||||
|
@ -49,6 +49,7 @@
|
|||||||
|
|
||||||
- [x] Exclude unused functions
|
- [x] Exclude unused functions
|
||||||
- [x] Constant folding
|
- [x] Constant folding
|
||||||
|
- [ ] SSA form
|
||||||
- [ ] Constant propagation
|
- [ ] Constant propagation
|
||||||
- [ ] Function call inlining
|
- [ ] Function call inlining
|
||||||
- [ ] Loop unrolls
|
- [ ] Loop unrolls
|
||||||
|
Reference in New Issue
Block a user