Docs.rs
mamba-0.3.6
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
mamba 0.3.6
A transpiler which converts Mamba files to Python 3 files
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
assign_if.mamba
assign_if_check.py
assign_match.mamba
assign_match_check.py
double_assign_if.mamba
double_assign_if_check.py
for_over_collection_of_tuple.mamba
for_over_collection_of_tuple_check.py
for_over_range_from_func.mamba
for_over_range_from_func_check.py
for_over_type_union.mamba
for_over_type_union_check.py
for_statements.mamba
for_statements_check.py
handle_in_if.mamba
handle_in_if_check.py
if.mamba
if_check.py
if_in_for_loop.mamba
if_in_for_loop_check.py
if_in_if_cond.mamba
if_in_if_cond_check.py
if_two_types.mamba
if_two_types_check.py
match_dont_remove_shadowed.mamba
match_dont_remove_shadowed_check.py
match_stmt.mamba
match_stmt_check.py
matches_in_if.mamba
matches_in_if_check.py
shadow_in_if_arms.mamba
shadow_in_if_arms_check.py
shadow_in_if_arms_else.mamba
shadow_in_if_arms_else_check.py
shadow_in_if_arms_then.mamba
shadow_in_if_arms_then_check.py
while.mamba
while_check.py
1
2
3
4
5
6
c
:
bool
=
True
match
c
:
case
True
:
my_var
=
10
case
False
:
my_var
=
20