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

Removed some runtime evaluation functionality from parser #21

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

Hydrocharged
Copy link
Collaborator

I found a fairly decent way of removing some of the runtime evaluation functionality that was in the parser. As a result, I was able to delete quite a bit more code that was only called by those evaluation functions. I think these changes are fairly safe, as there are some portions of code that don't seem to be called, and yet panic during runtime if they're deleted. I've done my best to stay away from such functions.

@Hydrocharged Hydrocharged requested a review from zachmu October 19, 2023 10:37
Copy link
Member

@zachmu zachmu left a comment

Choose a reason for hiding this comment

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

🔪

@Hydrocharged Hydrocharged merged commit 3ee4c45 into main Oct 24, 2023
5 checks passed
@Hydrocharged Hydrocharged deleted the daylon/cleanup-parser branch October 24, 2023 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants