4 lines
103 B
Rust
4 lines
103 B
Rust
use crate::symbol_table::SymbolTable;
|
|
|
|
pub fn add_intrinsic_symbols(symbol_table: &mut SymbolTable) {}
|