b9org / b9

An educational JS virtual machine based on Eclipse OMR
http://www.base9.xyz
Apache License 2.0
45 stars 24 forks source link

Rename ByteCode to OpCode, Parameter to Immediate #197

Closed rwy7 closed 6 years ago

rwy7 commented 6 years ago

Signed-off-by: Robert Young rwy0717@gmail.com

rwy7 commented 6 years ago

Alternatively, we could rename OpCode to just Op or Operation. Operator is a bad choice, it's reserved in c++.

youngar commented 6 years ago

I like the names picked