Skip to content

Deserialize atomic#91

Closed
vishnu-m77 wants to merge 5 commits intov1.0from
deserialize_atomic
Closed

Deserialize atomic#91
vishnu-m77 wants to merge 5 commits intov1.0from
deserialize_atomic

Conversation

@vishnu-m77
Copy link
Copy Markdown
Collaborator

  • Please check if the PR fulfills these requirements
  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    Feature: oqd_core.frontend.atomic.deserialize.py takes in a JSON file and generates the Atomic code.

  • What is the current behavior? (You can also link to an open issue here)
    No deserializer to convert JSON into Atomic Interface code.

  • What is the new behavior (if this is a feature change)?
    The Typer app oqd_core.frontend.atomic.output has a new -d (deserialize) option which converts a JSON file into atomic code.

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
    No breaking change.

  • Other information:
    N/A

@vishnu-m77 vishnu-m77 changed the base branch from main to v1.0 April 7, 2026 03:04
@vishnu-m77 vishnu-m77 closed this Apr 7, 2026
@vishnu-m77 vishnu-m77 reopened this Apr 7, 2026
@vishnu-m77
Copy link
Copy Markdown
Collaborator Author

Test the deserializer using:

python3 -m oqd_core.frontend.atomic.output -d -i examples/atomic/test.ast -o examples/atomic/test.out

@vishnu-m77 vishnu-m77 closed this Apr 7, 2026
@vishnu-m77 vishnu-m77 deleted the deserialize_atomic branch April 7, 2026 20:20
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

Successfully merging this pull request may close these issues.

2 participants