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

Implement this expression #185

Closed
wants to merge 3 commits into from
Closed

Implement this expression #185

wants to merge 3 commits into from

Conversation

sanxiyn
Copy link

@sanxiyn sanxiyn commented Oct 23, 2019

No description provided.

@jasonwilliams
Copy link
Member

@sanxiyn just let me know when you want me to look at this again

@sanxiyn
Copy link
Author

sanxiyn commented Oct 25, 2019

I rebased. Please have a look.

@sanxiyn
Copy link
Author

sanxiyn commented Nov 1, 2019

Ping.

@jasonwilliams
Copy link
Member

@sanxiyn looking, also there's another conflict sorry

@@ -44,6 +44,7 @@ pub enum ExprDef {
Block(Vec<Expr>),
/// Load a reference to a value
Local(String),
This,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A comment above this would be nice

@Razican Razican added the enhancement New feature or request label Apr 1, 2020
@Razican
Copy link
Member

Razican commented Apr 1, 2020

Hello, this would need a rebase, and some extra documentation.

@jasonwilliams
Copy link
Member

superseeded by jasonwilliams#320
(I don't want to delete this PR just yet though)

@Razican Razican linked an issue May 7, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement the "this" keyword
3 participants