rustpython-compiler 0.1.2

Compiler for python code into bytecode for the rustpython VM.
Documentation
[dependencies.arrayvec]
version = "0.5"

[dependencies.indexmap]
version = "1.0"

[dependencies.itertools]
version = "0.8.0"

[dependencies.log]
version = "0.4"

[dependencies.num-complex]
features = ["serde"]
version = "0.2"

[dependencies.rustpython-bytecode]
version = "0.1.1"

[dependencies.rustpython-parser]
version = "0.1.1"

[package]
authors = ["RustPython Team"]
description = "Compiler for python code into bytecode for the rustpython VM."
edition = "2018"
license = "MIT"
name = "rustpython-compiler"
repository = "https://github.com/RustPython/RustPython"
version = "0.1.2"