Skip to content

C: Codegen to Compare data types #1255

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 6 commits into from
Nov 11, 2022
Merged

Conversation

Smit-create
Copy link
Collaborator

No description provided.

@Smit-create Smit-create added the c Label for C language related changes label Nov 2, 2022
@Smit-create Smit-create marked this pull request as ready for review November 8, 2022 12:54
@Smit-create Smit-create added the ready for review PRs that are ready for review label Nov 8, 2022
@@ -78,8 +78,7 @@ class BaseCCPPVisitor : public ASR::BaseVisitor<Struct>
size_t template_number;
std::string from_std_vector_helper;

std::unique_ptr<CCPPList> list_api;
std::unique_ptr<CCPPTuple> tuple_api;
std::unique_ptr<CCPPDSUtils> c_ds_api;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this for wrapping up list_api and tuple_api?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I removed the individual classes of List/Tuple as there was a lot of repetitive code logic and also it needed frequent interaction of both the classes, I suppose that will be also needed for upcoming data structures like dict, set, etc.

@Smit-create Smit-create merged commit 7597043 into lcompilers:main Nov 11, 2022
@Smit-create Smit-create deleted the c5 branch November 11, 2022 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c Label for C language related changes ready for review PRs that are ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants