mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-15 17:15:24 +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,3 +1,6 @@
|
|||
//! Compile a Python AST or source code into bytecode consumable by RustPython or
|
||||
//! (eventually) CPython.
|
||||
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue