Skip to content

change behavior of a{ b.c } #221

@aeosynth

Description

@aeosynth

request a{ b.c } -> { c: a.b.c }, instead of { c: a[b.c] }

$ coco -bce '{ a.b.c }'
Error: Parse error on line 1: Unexpected 'DOT'

that would probably have to parse

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions