Skip to content

Add "similar" declarations for partial matching #234

@asmaloney

Description

@asmaloney

Right now we can turn on partial matching but we can't specify similarity.

I think the right place for this is the init section and probably makes most sense to add its own initializers section. Something like:

~~ init ~~

partial {
    similar( first second -0.5 )
    similar( second third -0.5 )
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestlanguageamod language changes

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions