Skip to content

repl,readline,utils: revamp repl, introduce readline and utils#799

Merged
saghul merged 1 commit intomasterfrom
readline
Feb 27, 2026
Merged

repl,readline,utils: revamp repl, introduce readline and utils#799
saghul merged 1 commit intomasterfrom
readline

Conversation

@saghul
Copy link
Copy Markdown
Owner

@saghul saghul commented Feb 26, 2026

Introduce a readline module, modeled after Node's one (the promise
variant).

Also move the inspect and format functions to a utils module.

Rewrite the repl to work on top of the 2 new modules.

While we're at it, add history search capabilities.

Closes: #404

Introduce a readline module, modeled after Node's one (the promise
variant).

Also move the inspect and format functions to a utils module.

Rewrite the repl to work on top of the 2 new modules.

While we're at it, add history search capabilities.

Closes: #404
@saghul saghul merged commit fdd5602 into master Feb 27, 2026
19 checks passed
@saghul saghul deleted the readline branch February 27, 2026 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Readline module

1 participant