Skip to content

Refactor the ASR #425

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

Merged
merged 15 commits into from
Apr 27, 2022
Merged

Refactor the ASR #425

merged 15 commits into from
Apr 27, 2022

Conversation

namannimmo10
Copy link
Collaborator

No description provided.

@namannimmo10 namannimmo10 force-pushed the refactor_asr4 branch 2 times, most recently from 3ca87f6 to a0d2048 Compare April 27, 2022 11:01
@namannimmo10 namannimmo10 marked this pull request as ready for review April 27, 2022 11:13
@@ -35,7 +35,7 @@ struct PythonIntrinsicProcedures {
{"bool", {m_builtin, &eval_bool}},
{"chr", {m_builtin, &eval_chr}},
{"ord", {m_builtin, &eval_ord}},
{"len", {m_builtin, &eval_len}},
// {"len", {m_builtin, &eval_len}},
Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove the dead code in a separate PR IMO. It gets confusing otherwise.

@certik certik enabled auto-merge April 27, 2022 17:19
@certik certik merged commit 7726b87 into lcompilers:main Apr 27, 2022
@namannimmo10 namannimmo10 deleted the refactor_asr4 branch April 27, 2022 17:36
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.

4 participants