irx.symbol_table
irx.symbol_table
Source: packages/irx/src/irx/symbol_table.py
title: Symbol Table classes.Classes
RegisterTable
No docstring available.
Methods
append(self) -> None
title: Append.increase(self, count: int=1) -> int
title: Increase.
parameters:
count:
type: int
returns:
type: intlast(self) -> int
title: Last.
returns:
type: intpop(self) -> None
title: Pop.redefine(self, count: int) -> None
title: Redefine.
parameters:
count:
type: intreset(self) -> None
title: Reset.