Update README and libtest.sh
This commit is contained in:
parent
990098c192
commit
d79d396814
@ -47,6 +47,7 @@ Currently missing big features (TODOs) are:
|
|||||||
- ~~Intrinsic functions~~ (DONE)
|
- ~~Intrinsic functions~~ (DONE)
|
||||||
- ~~Ability to specify types in literals and variable definitions~~ (DONE)
|
- ~~Ability to specify types in literals and variable definitions~~ (DONE)
|
||||||
- ~~Debug Information~~ (DONE)
|
- ~~Debug Information~~ (DONE)
|
||||||
|
- Fix struct initialization (wrong order and missing fields allowed now)
|
||||||
- Not-Unary
|
- Not-Unary
|
||||||
- Importing types from other modules
|
- Importing types from other modules
|
||||||
- Importable binops?
|
- Importable binops?
|
||||||
|
@ -17,7 +17,7 @@ BINARY="$(echo $1 | cut -d'.' -f1)"".out"
|
|||||||
echo $1
|
echo $1
|
||||||
|
|
||||||
cargo run --example cli $@ && \
|
cargo run --example cli $@ && \
|
||||||
$BINARY ; echo "Return value: ""$?"
|
./$BINARY ; echo "Return value: ""$?"
|
||||||
|
|
||||||
## Command from: clang -v hello.o -o test
|
## Command from: clang -v hello.o -o test
|
||||||
## Original command:
|
## Original command:
|
||||||
|
Loading…
Reference in New Issue
Block a user