libgm/
gml.rs

1//! Everything related to GML (GameMaker language) bytecode.
2
3pub mod assembly;
4pub mod instruction;
5pub(crate) mod opcodes;