alexdovzhanyn / AlchemyVM

WebAssembly Virtual Machine Built In Elixir
MIT License
189 stars 5 forks source link

Adds :block instruction support #10

Closed alexdovzhanyn closed 5 years ago

alexdovzhanyn commented 5 years ago

Also adds stack snapshots for when breaking out of a block, so that we can discard all values added to the stack between the block beginning and the break.

Also tests recursive function calls -- working properly.