Skip to content

Input of example #14

@Moriarty002

Description

@Moriarty002

I saw the new line expression was set in "Calculator Example"
But when I use parser$parse(input = "a=2+3 \n b=a/2 ",lexer = lexer)
It seems not work .
And I also try

 parser$parse(input = "a=2+3 
                       b=a/2 ",lexer = lexer)

It seems not work either.

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