Skip to content

Commit 9c1d590

Browse files
committed
types: add instruction type scaffolding
1 parent 5d3df10 commit 9c1d590

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

crates/leanVm/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pub mod context;
22
pub mod memory;
3+
pub mod types;

crates/leanVm/src/types/instruction.rs

Whitespace-only changes.

crates/leanVm/src/types/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pub mod instruction;

0 commit comments

Comments
 (0)