Skip to content

wrong x-1 parsing precedence, whitespace #75

@rurban

Description

@rurban
n-1 => (expr (msg ("n" value (-1) nil))
n -1 => (expr (msg ("n" value (-1) nil))
n - 1 => (minus (expr (msg ("n")) expr (value (1)))

but the arithmetic minus should be preferred over the generic call with the given value.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions