MCPcopy Index your code
hub / github.com/endbasic/endbasic / frozen

Method frozen

core/src/compiler/syms.rs:307–309  ·  view source on GitHub ↗

Freezes this table to get a `TempSymtable` that can be used to compile expressions.

(&mut self)

Source from the content-addressed store, hash-verified

305
306 /// Freezes this table to get a `TempSymtable` that can be used to compile expressions.
307 pub(crate) fn frozen(&mut self) -> TempSymtable<'_, 'a> {
308 TempSymtable::new(self)
309 }
310
311 /// Reserves one temporary register for the duration of `f`.
312 pub(crate) fn with_reserved_temp<T, E, ME, F>(

Callers 14

compile_assignmentFunction · 0.80
compile_guardFunction · 0.80
compile_forFunction · 0.80
compile_ifFunction · 0.80
compile_whileFunction · 0.80
compile_stmtFunction · 0.80
with_reserved_tempMethod · 0.80
test_temp_scope_firstFunction · 0.80
test_temp_scopeFunction · 0.80

Calls

no outgoing calls