Apaar Madan

Results 7 comments of Apaar Madan

@karmanya007 Ran into this issue as well. Here are the steps: 1. I created an empty collection "Test" 2. I added a top-level request to this collection (no folders) with...

Right, thanks for letting me know. I’ve since changed the syntax of the language to use braces, hence the syntax errors :)

@hiperiondev I can look into separating the VM from the compiler as long as we can keep the ergonomics of the binding API. I'd probably offer a single function that...

@hiperiondev I'll probably implement this by allowing you to dump/load the state (as I stated earlier) + a compilation flag which removes the compiler and it's functions. You'll still have...

@hiperiondev I think we're on the same page here. With the ifdef in place none of the compiler code should be compiled into the library so you should still get...

@hiperiondev I think it's pretty much good to go from my perspective except perhaps adding tests for the standalone VM functionality

@hiperiondev Looking great. If you have time, you can add tests but if not I'm also happy to put this into a embedded-systems branch that I'll try and maintain while...