sointu/vm/compiler/bridge
5684185+vsariola@users.noreply.github.com 01bf409929 refactor(vm): rename Commands/Values to Opcodes/Operands
The commands and values were not very good names to what the
byte sequences actually are: opcodes and their operands. In
many other places, we were already calling the byte in the Command
stream as Opcode, so a logical name for a sequence of these is
Opcodes. Values is such a generic name that it's not immediately
clear that this sequence is related to the opcodes. Operands is not
perfect but clearly suggests that this sequence is related to
the Opcodes.
2023-10-18 19:53:47 +03:00
..
init_windows.go reorganize things into different packages 2021-03-02 17:19:45 +02:00
native_synth_test.go refactor!: rename SynthService to Synther and related types 2023-10-18 17:32:13 +03:00
native_synth.go refactor(vm): rename Commands/Values to Opcodes/Operands 2023-10-18 19:53:47 +03:00