pub fn populate_symtab(symtab: &mut SymbolTable, item_list: &mut ItemList)
Expand description
Add built in symbols like types to the symtab. The symbols are added with very high NameIDs to not interfere with tests with hardcoded NameIDs
pub fn populate_symtab(symtab: &mut SymbolTable, item_list: &mut ItemList)
Add built in symbols like types to the symtab. The symbols are added with very high NameIDs to not interfere with tests with hardcoded NameIDs