[][src]Module dark_vm::code

The Code module, which maintains the different values generated by the lexer. The Code struct maintains the values and the current position of the values vector. In the future, it should maintain labels, constants, and other information about the code. This Code struct is called internally and should not be called from the outside.

Structs

Code