mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-05 11:19:05 +00:00
Add doc comments and individual compile functions
This commit is contained in:
parent
064919348d
commit
e85f8b18df
3 changed files with 47 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue