-
Notifications
You must be signed in to change notification settings - Fork 170
Sync libasr
with LFortran
#1535
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
Conversation
@@ -2529,6 +2559,9 @@ def main(argv): | |||
subs["MOD"] = "LPython::AST" | |||
subs["mod"] = "ast" | |||
subs["lcompiler"] = "lpython" | |||
elif subs["MOD"] == "AST": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't it be "LFORTRAN"
instead of "AST"
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We haven't been consistent in the asdl if I remember well, so I would not do any big changes in the sync PRs, but we can fix things up later.
Otherwise it looks good. |
98a2105
to
6f85de9
Compare
dd6a551
to
60e3bb0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
For the files |
60e3bb0
to
132006f
Compare
132006f
to
51e94cc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good to me. Thank you so much for this!
c2fb2e9
to
9993dcc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Thank you! 😃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @czgdp1807. LGTM!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me.
Corresponding LFortran PR - lfortran/lfortran#1325