Add new 'switch' byte-code. · emacs-mirror/emacs@88549ec
'switch' takes two arguments from the stack: the variable to test, and
a jump table (implemented as a hash-table with the appropriate :test
function). By looking up the value of the variabl...