Skip to content

JASS Lexer cannot parse integer literals like 01 #104

@tdauth

Description

@tdauth

I had a line like this in a war3map.j:

if (BlzGroupGetSize(computerTownHalls[playerId]) == 01) then

it does not make sense but still is accepted by Warcraft but not Warsmash, so I had to change it to this for Warsmash:

if (BlzGroupGetSize(computerTownHalls[playerId]) == 1) then

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