You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that we have designed the stack semantics (#26), we need to implement them. This task deals with the implementation of the bare minimum of those semantics to make things work correctly. We plan on relying on the existing Cairo VM stack and stack pointer as much as possible until we get to #59.
The text was updated successfully, but these errors were encountered:
The initial stack semantics are relying directly on the CairoVM stack, and we compile directly to operations that use these. No extra implementation is needed.
Description
Given that we have designed the stack semantics (#26), we need to implement them. This task deals with the implementation of the bare minimum of those semantics to make things work correctly. We plan on relying on the existing Cairo VM stack and stack pointer as much as possible until we get to #59.
The text was updated successfully, but these errors were encountered: