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
..
access_string.mamba
access_string_check.py
dictionary_access.mamba
dictionary_access_check.py
index_via_function.mamba
index_via_function_check.py
simple_index.mamba
simple_index_check.py
simple_list_access.mamba
simple_list_access_check.py
1
2
3
4
5
def x := [1, 2, 3] x[2] x[1 :: 2 :: 1] x[1 ::= 2 :: 1]