Skip to content

The syntax highlighter inserts a semi-colon ; after < and > #7

Open
@FlatAssembler

Description

@FlatAssembler

If you type this program:

if 2+2<5
  display "Correct!"
  display a
endif

And then press "Highlight Assembly", the syntax highlighter turns it into this program:

if 2+2<;5
  display "Correct!"
  display a
endif

Which is no longer a valid PicoBlaze Assembly program.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions