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

Optimize simple instructions #21

Open
Luukdegram opened this issue Sep 5, 2020 · 0 comments
Open

Optimize simple instructions #21

Luukdegram opened this issue Sep 5, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@Luukdegram
Copy link
Owner

Luukdegram commented Sep 5, 2020

Some instructions can easily be optimized such as:

const x = 5 + 5 can be optimized to const x = 10.
const myFunc = fn() { return 5 } can be optomized to return 5.

@Luukdegram Luukdegram added the enhancement New feature or request label Sep 5, 2020
@Luukdegram Luukdegram added this to the 0.1 milestone Sep 5, 2020
@Luukdegram Luukdegram added the good first issue Good for newcomers label Sep 6, 2020
@Luukdegram Luukdegram modified the milestones: 0.1, 0.2 Sep 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant