Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Parser errors for new rest symbol #1091

@nkleemann

Description

@nkleemann

As a german keyboard layout user, thank you very much for: #1087

After experimenting with this I found patterns that trips up the parser:

  • "[--"
  • "<---"
  • "- 2" (as used in $ slow "- 2", $ slow "~ 2" is working fine)

example:

d1
    $ n "[-- 0 5]"
    # s "cpu"

Failed to Stream.streamReplace: Syntax error in sequence:
"[-- 0 5]"
^
unexpected end of input
expecting sequence, ",", "|" or "]"
Return to previous pattern.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions