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

Convert Pass by values to Pass by references #27

Open
SujalChoudhari opened this issue Oct 10, 2023 · 0 comments
Open

Convert Pass by values to Pass by references #27

SujalChoudhari opened this issue Oct 10, 2023 · 0 comments
Labels
enhancement New feature or request hacktoberfest Looking for contributions during HacktoberFest2023

Comments

@SujalChoudhari
Copy link
Owner

Most of the Code in Parser returns Node.
Which can be slow.

Convert these values into Pointers i.e. std::shared_ptr<Node>.
Typedef it as NodePtr for simplicity.

Refer the Interpreter Code as it uses ValuePtr.

@SujalChoudhari SujalChoudhari added enhancement New feature or request hacktoberfest Looking for contributions during HacktoberFest2023 labels Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest Looking for contributions during HacktoberFest2023
Projects
None yet
Development

No branches or pull requests

1 participant