Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

\let definitions in REPL #289

Open
valis opened this issue Feb 25, 2021 · 2 comments
Open

\let definitions in REPL #289

valis opened this issue Feb 25, 2021 · 2 comments
Labels

Comments

@valis
Copy link
Collaborator

valis commented Feb 25, 2021

Allow let definitions in REPL. E.g.,

> \let x => 3
> x + x
6
@valis valis added the repl label Feb 25, 2021
@ice1000
Copy link
Contributor

ice1000 commented Feb 25, 2021

First we need to be able to parse \let x => 3 as an individual expression I gues

@valis
Copy link
Collaborator Author

valis commented Feb 28, 2021

It is an individual expression. It's equivalent to \let x => 3 \in {?}.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants