Skip to content

[Parser] get rid of the mandatory semicolon #6

Description

@pveentjer

Currently, every instruction needs to end with a semicolon because line feeds are dumped by the lexer.

e.g.

    MOV r0, =var_a;

The trailing semicolon should not be needed.

See #13

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions