Skip to content

Replace _ and . by something unused #55

@samwaseda

Description

@samwaseda

Currently, the enumeration of nodes are done via node_index, and the ports in edges are represented via node.io.port, but node can contain _ and . (cf. this test), which makes parsing unnecessarily complicated. I would like to suggest to replace _ via % and . via @, meaning it's gonna be node%index and [email protected]. I don't really like how they look, but it's gonna make it significantly easier to parse.

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