TritonVM / tasm-lang

Writing tasm with Rust syntax
15 stars 2 forks source link

Add struct support #41

Closed Sword-Smith closed 1 year ago

Sword-Smith commented 1 year ago

Structs can now be defined in RAM, and they can be accessed through deeply nested operators like . for field and [4] for indices. The operators have been verified to be compatible with the rustc compiler.