• Handles a string input for the REPL, returning the parsed string and any remaining input.

    Parameters

    • code: string

    Returns { rCode: undefined | string; remaining: never[] }