Skip to content

Multi-line input for async REPL #8

@mbrock

Description

@mbrock

This currently only works for the sync REPL because it relies on blocking I/O inside the recursive parser written in Zig.

If we rewrite the parser function to be non-recursive, we can more easily make it async.

Another option is to write a Wisp parser in Wisp.

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