Skip to content

[PyVCG] Refactor Record/union references and null #219

Description

@hoe-jo

records and unions are modeled as free integers with sentinel 0 meaning "null reference" and 1 meaning "self reference" — an ad-hoc encoding predating PyVCG's native recursive-record support.

PyVCG 1.0.9's self-recursive add_component + Record_Null_Check would let TRLC use real SMT record sorts with a proper null check instead of magic integers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions