Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigating Nested Packed Binaries #5

Open
OR13 opened this issue Jan 20, 2024 · 1 comment
Open

Navigating Nested Packed Binaries #5

OR13 opened this issue Jan 20, 2024 · 1 comment

Comments

@OR13
Copy link
Sponsor Member

OR13 commented Jan 20, 2024

Using the virtual document feature of vscode, a user should be able to explore packed binary by clicking any encoded part of the EDN, for example, navigating from the EDN for a cose sign 1, to the EDN of the protected header.

@OR13
Copy link
Sponsor Member Author

OR13 commented Jan 21, 2024

I implemented a naive AST that supports this here: https://github.com/transmute-industries/edn-graph

Probably need to drop the literal values, and add back elided and commented strings before attempting to build a tree renderer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant