renatahodovan / grammarinator

ANTLR v4 grammar-based test generator
Other
340 stars 61 forks source link

Use tuple IDs for graph nodes in processor #219

Closed renatahodovan closed 3 months ago

renatahodovan commented 3 months ago

Joining the parts of node identifiers is unnecessary and loses information by concealing the boundaries of rule names, label names, and label indices. The patch employs tuples instead of concatenated strings.

coveralls commented 3 months ago

Coverage Status

coverage: 85.904% (-0.3%) from 86.253% when pulling edd51a40d92024e922a0b5b08149059658056baa on tuple-ids-v2 into 5e8d0c4f14f0943f2bde190148f33c66f105205e on master.