Skip to content

Conversation

parrt
Copy link
Member

@parrt parrt commented Aug 12, 2022

Create new tracer class for ATN simulation; currently it just tracks DFA State construction and edge construction.  The goal is to create a machine readable traits from simulation so that we can compare across target.

See #3814

Rationale to create new classes in the runtime: highlights the target developers need to generate output upon some key events.

Happy to get thoughts from @kaby76 about suitability of this output.

parrt added 3 commits August 12, 2022 14:20
…DFA State construction and edge construction. See antlr#3814

Signed-off-by: Terence Parr <[email protected]>
Signed-off-by: Terence Parr <[email protected]>
Signed-off-by: Terence Parr <[email protected]>
@parrt parrt marked this pull request as draft August 12, 2022 21:24
parrt added 2 commits August 12, 2022 15:18
…mulators for lexer / parser. simulators

Signed-off-by: Terence Parr <[email protected]>
Signed-off-by: Terence Parr <[email protected]>
@parrt
Copy link
Member Author

parrt commented Nov 18, 2022

@ericvergnaud py2/3 output now same-same as Java's and C++'s :) woot!

ooops. wrong PR. ignore this one. see #3957

@parrt
Copy link
Member Author

parrt commented Nov 19, 2022

closing in favor of #3957

@parrt parrt closed this Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant