Update README and libtest.sh

This commit is contained in:
Sofia 2025-07-25 15:18:42 +03:00
parent 990098c192
commit d79d396814
2 changed files with 2 additions and 1 deletions

View File

@ -47,6 +47,7 @@ Currently missing big features (TODOs) are:
- ~~Intrinsic functions~~ (DONE)
- ~~Ability to specify types in literals and variable definitions~~ (DONE)
- ~~Debug Information~~ (DONE)
- Fix struct initialization (wrong order and missing fields allowed now)
- Not-Unary
- Importing types from other modules
- Importable binops?

View File

@ -17,7 +17,7 @@ BINARY="$(echo $1 | cut -d'.' -f1)"".out"
echo $1
cargo run --example cli $@ && \
$BINARY ; echo "Return value: ""$?"
./$BINARY ; echo "Return value: ""$?"
## Command from: clang -v hello.o -o test
## Original command: