Skip to content

let unexpectedly parsed as variable declaration #934

@null-a

Description

@null-a

This was reported on the mailing list.

I suspect this happens because the parser is doing something like the following: Both var and let are represented as similar "variable declaration" nodes in the AST, and are only distinguished by a flag on the node, which WebPPL is ignoring.

As mentioned in the original report, a small number of code boxes on probmods.org currently rely on this behavior, so we ought to ensure those are updated if we fix this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions