Add doc comments and individual compile functions

This commit is contained in:
coolreader18 2019-06-12 22:04:59 -05:00
parent 064919348d
commit e85f8b18df
3 changed files with 47 additions and 15 deletions

View file

@ -1,10 +1,6 @@
//! Implement python as a virtual machine with bytecodes. This module
//! implements bytecode structure.
/*
* Primitive instruction type, which can be encoded and decoded.
*/
use bitflags::bitflags;
use num_bigint::BigInt;
use num_complex::Complex64;