Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 281 Bytes

definitions.md

File metadata and controls

10 lines (8 loc) · 281 Bytes

Words used in the repository to describe stuff:

Stack related:

  • WS - Working Stack
  • Pointer - Stack pointer, selected element in stack.
  • Active item - Item selected with pointer
  • Push - Append item to the WS.
  • Pop - Remove last item from the WS.
  • Counter - Last item in WS