Skip to content

Conversation

ruoso
Copy link
Collaborator

@ruoso ruoso commented Feb 17, 2025

The changes here are:

  1. Read transitions also need to pass the data forward, that way we can keep context across messages
  2. Give an error message explaining where the parse failed.
  3. Support parsing source code directly, instead of just via a file name

This allows data to flow through, as slong as the state callback sends it.
This allows for carrying data across transitions even when it is not read
in that transition
useful when the interpreter parser fails
previously you could only provide a file name.
@ruoso ruoso merged commit a0b45f0 into PacktPublishing:main Feb 17, 2025
1 check passed
@ruoso ruoso deleted the fixups branch February 17, 2025 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant