v0.4.0
Change the structure of execution stack and context radically.
- Local variables and information necessary for execution are now placed on the execution stack.
- The execution stack is handled by a raw pointer, not by index.
- Instruction sequence is also scanned by a raw pointer.