Skip to content

Add Continue, Break to loops #60

@komninoschatzipapas

Description

@komninoschatzipapas

Add Continue and Break statement support on loops.

The Continue statement skips to the next iteration while the Break one stops the loop and continues code execution.

Continue and Break Tokens have to be created, Lexer and Parser support has to be added and the Interpreter should be modified to execute the statements correctly.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions