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,3 +1,6 @@
//! Compile a Python AST or source code into bytecode consumable by RustPython or
//! (eventually) CPython.
#[macro_use]
extern crate log;