tyrian.tyrian

class tyrian.tyrian.Tyrian(settings:dict=None)[source]

Primary interface to tyrian

Parameters:settings – dictionary containing settings
compile(input_filename: str) → Code[source]

Compile a file into python bytecode

Parameters:input_filename – path to file containing lisp code
Return type:Code