Skip to main content

Module move_lang

Module move_lang 

Source
Expand description

Move extraction, one extractor per dialect: Aptos Move (vendored aptos-labs grammar; global storage accessed via move_to / borrow_global*) and Sui Move (vendored tzakian grammar; objects with key flowing through function parameters). The dialects differ enough — syntax and storage model both — that sharing one extractor would hide more than it saves.

Structs§

MoveAptosExtractor
MoveSuiExtractor