Ore Richard Muyiwa
Ore Richard Muyiwa
> I've done an implementation of Exceptions using the clox VM as my base. I use the method described above - having a stack of handlers that I push and...
Nice article. But your implementation does not allow a finally block to run when a catch block throws an exception. Had to do a little modification to even make the...
You must have mixed things up somewhere. If you followed the placement guides strictly, none of those functions need a forward declare.
What I did was simply scrap the repl from the `C` source and implemented it in my Lox deviate directly. Since I already support lists, vectors, generics, dictionary, exceptions and...
I got the same error on my Mojave until I fixed it.
I am fully aware of the need to handle cyclic references... What I need to know is where to plugin reference counting into the current codebase and use it as...
Pretty easy to implement. C provides a way to write bytes to file using the `fstream/ofstream` functions. Simply decouple the VM from the chain (this will require you to kind...
This `saveChunk` method kinds of mangle everything together and will make deserialising more difficult. You may want to consider adding markers and specialised file headers as well as registering the...
> ip link set dev enp0s9 down I keep getting `zsh: command not found: ip` error. Any help here??