Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

New parser in seq 0.11.0 does not support backslash line continuation in print statements. #256

@ghuls

Description

@ghuls
$ ../seq/seq-0.10.3/bin/seqc run test_backslach.seq
ABC DEFGHI JKL
ABC DEFGHI JKL

$ ../seq/seq-0.11.0/bin/seqc run test_backslach.seq
test_backslach.seq:7:15: error: syntax error, unexpected '\', expecting <NAME>, <EOL>, <SPACE>.

$ cat test_backslach.seq
s = "ABC DEF" \
    "GHI JKL"

print(s)

print(
    "ABC DEF" \
    "GHI JKL"
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions