Skip to content

Commas #71

@MaanooAk

Description

@MaanooAk

Commas between a collection elements and parents are not needed in order for the nyan to be interpreted. So they could be optional.

LeggedCombineCitadel(Building, Unit):
    hp = 1000
    creates = {OverwatchSoldier, Strider}

LeggedCombineCitadel(Building, Unit):
    hp = 1000
    creates = { OverwatchSoldier Strider }

LeggedCombineCitadel ( Building Unit ) :
    hp = 1000
    creates = { OverwatchSoldier Strider }

It looks weird but why not...

Metadata

Metadata

Assignees

No one assigned

    Labels

    c++involves C++ codenice new thing ☺adds new functionalityspecificationinvolves the nyan language specification

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions