First prototype of the 'interpreter-based compiler'. More work is needed, but it
Add OpcodeList.txt file, that we wrote together.
Some additional notes.
Some changes, split opcode_handler.h away.
Add the first paper on code-copying.
Improve Makefile
opcode_handler.h: change the type of stack pointer to int*, and fix the code for
Commit today's work, not yet perfect (we do not skip over the code, and execute the inline invocation).