SEDU SEDU is a silly data parsing lang i made in Rust for err.. Fun!!!! Usage (Python) import sedu print(sedu.run_sedu(""" a: hello print: $a """)) Output ['hello'] Installing pip install sedu-parse Building You will need Cargo and pip. pip install maturin maturin build --release