10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620e393 commit a21e922Copy full SHA for a21e922
README.md
@@ -7,6 +7,7 @@ A Python virtual machine, written in Rust.
7
## Features
8
9
* prints strings to stdout
10
+* basic exceptions
11
* useable as a library
12
* a fine-grained sandbox
13
@@ -20,7 +21,7 @@ A Python virtual machine, written in Rust.
20
21
22
## Dependencies
23
-* CPython 3.4 (used as a parser and bytecode compiler). Versions newer than 3.4 should work, but their support is not tested.
24
+* CPython 3.6 (used as a parser and bytecode compiler). Older versions down to 3.4 should work, but their support is not tested.
25
* [Rust](https://www.rust-lang.org/downloads.html)
26
* [Cargo](https://crates.io/install)
27
0 commit comments