py2erg 0.0.36

A Python -> Erg converter
Documentation
1
2
3
4
5
6
7
8
pub mod ast_util;
mod clone;
mod convert;
mod error;
mod gen_decl;

pub use convert::*;
pub use gen_decl::*;