Skip to content

Commit 899ad63

Browse files
committed
clarify what's now supported in README
1 parent 2d5effb commit 899ad63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ The toolchain follows these steps:
2020
## Current Capabilities
2121

2222
- ✅ Compiling a minimal `no_std` & `no_core` Rust program with an empty `main` function.
23-
- ✅ Simple mathematical operations on `i32`s: addition, subtraction, and returning `()` or an `i32`.
23+
- ✅ Simple mathematical operations on `i32`s: addition, subtraction, mutliplication, division, modulo.
24+
- ✅ Calling other functions from the same library (including recursion).
25+
- ✅ if/else statements.
2426

2527
### Next Milestone:
2628
🚧 **Full support for the `core` crate** is in progress!

0 commit comments

Comments
 (0)