get_symbol_table_from_libraries

Function get_symbol_table_from_libraries 

Source
pub fn get_symbol_table_from_libraries<'a>(
    using: &Vec<Include>,
    libraries: &[String],
    lint: bool,
) -> Result<SymbolTable, CompilerError>