Skip to content

Consecutive syntax definition #4

@rizo

Description

@rizo

How will the following syntax rule be parsed?

syntax "let" x "=" v
let x = 1

Since let is not defined while syntax is parsed it will be treated as an argument:

syntax "let" x "=" v let x = 1

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions