mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-15 17:15:24 +00:00
parent
05fcfa8aa1
commit
ae122c6478
3 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
//! Compile a Python AST or source code into bytecode consumable by RustPython.
|
||||
#![doc(html_logo_url = "https://raw.githubusercontent.com/RustPython/RustPython/master/logo.png")]
|
||||
#![doc(html_logo_url = "https://raw.githubusercontent.com/RustPython/RustPython/main/logo.png")]
|
||||
#![doc(html_root_url = "https://docs.rs/rustpython-compiler/")]
|
||||
|
||||
#[macro_use]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue