Skip to content

Conversation

@kroening
Copy link
Collaborator

This introduces a class for the identifiers used in the SMV parse tree.

The type checker subsequently turns them into symbols, when this is appropriate.

@kroening kroening marked this pull request as ready for review October 26, 2025 21:28
if(expr.id() == ID_symbol)
return to_symbol_expr(expr).get_identifier();
if(expr.id() == ID_smv_identifier)
return expr.get(ID_identifier);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably be to_smv_identifier_expr(expr).identifier()

This introduces a class for the identifiers used in the SMV parse tree.

The type checker subsequently turns them into symbols, when this is
appropriate.
@tautschnig tautschnig merged commit 3831bc1 into main Oct 29, 2025
11 checks passed
@tautschnig tautschnig deleted the smv_identifier branch October 29, 2025 17:56
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.

3 participants