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

Add multiplication and division compound assignments #104

Open
lam2mo opened this issue Apr 9, 2020 · 2 comments
Open

Add multiplication and division compound assignments #104

lam2mo opened this issue Apr 9, 2020 · 2 comments
Labels

Comments

@lam2mo
Copy link
Member

lam2mo commented Apr 9, 2020

ADDASGN: '+=';
SUBASGN: '-=';

@lam2mo
Copy link
Member Author

lam2mo commented Apr 9, 2020

Maybe remove ASGN as well? Causes too many if (n == 0) bugs.

@MrBartWolf
Copy link
Contributor

Files that I know need to be changed for this include: LJ.g4, ASTBinaryExpr.java, LJStaticAnalysis.java, and LJASTInferTypes.java.

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