Alex Hansen
Alex Hansen
Thanks for putting this together, this is definitely doable. So, `frames` contains a mapping of callframes to ASM, and every single ASM op within contains a program counter integer and...
I apologize for missing this, I must have cleared the notification! I just requested one change, then this should be good to go @lenzo202 😄
Would you need a new version of this published for your use case? Happy to push that out as well.
v0.3.0 has been published :)
Hi @cole-maxwell1! Sorry for the year-late reply. I never saw this issue get filed. This crate is not very generic right now. I wrote it to parse the general x12...
Also, the Sway project here can be converted into a workspace using our new workspace features.
Proposal: A Q# program is either an executable or a library. This is determined by the presence of either a `Main.qs` or a `Lib.qs`. In an executable, either a `Main.qs`...
A couple more decisions have been made: `import package` sounds better than `external package`, so let's use that. All import package statements should be centrally located, likely in Main.qs. We...
Ok, there have been more developments, and here is the latest design: # Hierarchical Namespaces and Packages in Q# ## Summary Q# is moving to hierarchical namespaces in preparation for...
> I'm also wondering what is truly hierarchical about this design? For example, does Foo/Bar.qs in namespace Foo.Bar automatically import items from Foo.qs in namespace Foo? Can Foo.Bar import from...