Skip to content

Variables without an explicit type are not supported #2

@JosephDuffy

Description

@JosephDuffy

Some variables can be created without explicit typing, such as var value = 1, which implicitly has the type Int.

I couldn't find an obvious easy way to lookup the type of the variable, so some extra parsing may be required. String, Int, Bool etc. are easy but arrays are harder.

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