Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 663 Bytes

module-3.md

File metadata and controls

24 lines (17 loc) · 663 Bytes

Module 3: Type Enforcement

In this module, students will build upon their previous implementation of the stack machine in Module 2 to add in typing enforcement. As expressions are evaluated...

Your Task

TO-DO: Implementation of a more robust typing system in the source code must be completed before this module can be documented.

Testing

The following test should run to completion:

> dfx deploy
Deploying all canisters.
All canisters have already been created.
Building canisters...
Installing canisters...
Upgrading code for canister StackMachine, with canister_id renrk-eyaaa-aaaaa-aaada-cai

...

> dfx canister call Test run
()