Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
vkaushal17
/
lpython
Public
forked from
lcompilers/lpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
lpython
src
lpython
semantics
python_ast_to_asr.cpp
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 6, 2023
Raise error if loop start, increment and end values do not have same types
czgdp1807
committed
5dff5b0
View commit details
Copy full SHA for 5dff5b0
View code at this point
Browse repository at this point
Commits on Dec 30, 2022
Fix decorator handling in AST to ASR for structs
czgdp1807
committed
9f9e9a5
View commit details
Copy full SHA for 9f9e9a5
View code at this point
Browse repository at this point
Commits on Dec 27, 2022
Make is_dataclass robust (#1385)
czgdp1807
authored
51bbc8e
View commit details
Copy full SHA for 51bbc8e
View code at this point
Browse repository at this point
Commits on Dec 26, 2022
Support defining Union inside a ``dataclass`` (#1362)
czgdp1807
authored
e6cff59
View commit details
Copy full SHA for e6cff59
View code at this point
Browse repository at this point
Commits on Dec 11, 2022
Implement ListCompare in ASR
Smit-create
committed
a5928ac
View commit details
Copy full SHA for a5928ac
View code at this point
Browse repository at this point
Implement TupleCompare in AST->ASR
Smit-create
committed
907758a
View commit details
Copy full SHA for 907758a
View code at this point
Browse repository at this point
Commits on Dec 6, 2022
Track dependencies during AST to ASR transition
czgdp1807
committed
844d9dd
View commit details
Copy full SHA for 844d9dd
View code at this point
Browse repository at this point
Commits on Dec 5, 2022
If structure is BindC then make all members BindC
czgdp1807
committed
54c610c
View commit details
Copy full SHA for 54c610c
View code at this point
Browse repository at this point
Commits on Dec 3, 2022
Update the syntax for c_p_pointer
czgdp1807
committed
e001df8
View commit details
Copy full SHA for e001df8
View code at this point
Browse repository at this point
Commits on Dec 1, 2022
Pointers in emulation mode (#1336)
Show description for 254efcf
czgdp1807
authored
254efcf
View commit details
Copy full SHA for 254efcf
View code at this point
Browse repository at this point
Commits on Nov 25, 2022
Handle function and its module having same name
czgdp1807
committed
a788c4b
View commit details
Copy full SHA for a788c4b
View code at this point
Browse repository at this point
Commits on Nov 24, 2022
Provide correct location information for redefined functions
Show description for ba487f1
czgdp1807
committed
ba487f1
View commit details
Copy full SHA for ba487f1
View code at this point
Browse repository at this point
Following changes have been made,
Show description for 0270061
czgdp1807
committed
0270061
View commit details
Copy full SHA for 0270061
View code at this point
Browse repository at this point
Commits on Nov 21, 2022
Merge pull request #1297 from Thirumalai-Shaktivel/extend_loc_manager_1
Show description for 93cc7c2
certik
authored
93cc7c2
View commit details
Copy full SHA for 93cc7c2
View code at this point
Browse repository at this point
Commits on Nov 19, 2022
Use replace_regex to replace all occurrences of "." with "/"
Thirumalai-Shaktivel
committed
200313c
View commit details
Copy full SHA for 200313c
View code at this point
Browse repository at this point
Introduce FileLocations to lpython.cpp, ast_to_asr and asr_to_llvm.cpp file.
Show description for 7c920d3
Thirumalai-Shaktivel
committed
7c920d3
View commit details
Copy full SHA for 7c920d3
View code at this point
Browse repository at this point
Commits on Nov 18, 2022
Add set_module_symbol function
Show description for 2222314
Thirumalai-Shaktivel
authored and
certik
committed
2222314
View commit details
Copy full SHA for 2222314
View code at this point
Browse repository at this point
Synced libasr from LFortran
czgdp1807
authored and
certik
committed
5df9371
View commit details
Copy full SHA for 5df9371
View code at this point
Browse repository at this point
Commits on Nov 13, 2022
Fix C backend for pointer to struct array
czgdp1807
committed
e35af7d
View commit details
Copy full SHA for e35af7d
View code at this point
Browse repository at this point
Commits on Nov 11, 2022
Merge pull request #1279 from Smit-create/const_str_attr
Show description for dcbb524
Smit-create
authored
dcbb524
View commit details
Copy full SHA for dcbb524
View code at this point
Browse repository at this point
Separate KMP match
Smit-create
committed
71ee89f
View commit details
Copy full SHA for 71ee89f
View code at this point
Browse repository at this point
Following changes have been made,
Show description for db21310
czgdp1807
committed
db21310
View commit details
Copy full SHA for db21310
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
Support `-I` option to specify import path for the nested modules.
Thirumalai-Shaktivel
committed
2b1e4d1
View commit details
Copy full SHA for 2b1e4d1
View code at this point
Browse repository at this point
Refactor compile time constant string methods
Smit-create
committed
fbb9407
View commit details
Copy full SHA for fbb9407
View code at this point
Browse repository at this point
Fix character length
Smit-create
committed
8157b4a
View commit details
Copy full SHA for 8157b4a
View code at this point
Browse repository at this point
Merge pull request #1281 from Thirumalai-Shaktivel/nested_modules
Show description for 0e4bd06
certik
authored
0e4bd06
View commit details
Copy full SHA for 0e4bd06
View code at this point
Browse repository at this point
Commits on Nov 9, 2022
[ASR] Implement nested modules import
Thirumalai-Shaktivel
committed
20ee08b
View commit details
Copy full SHA for 20ee08b
View code at this point
Browse repository at this point
Disable implicit casting by default in AST->ASR transition
czgdp1807
committed
77e4f13
View commit details
Copy full SHA for 77e4f13
View code at this point
Browse repository at this point
Commits on Nov 5, 2022
Update calls to python_ast_to_asr() and pass CompilerOptions as argument
ubaidsk
committed
ed87f79
View commit details
Copy full SHA for ed87f79
View code at this point
Browse repository at this point
Use CompilerOptions as parameter in python_ast_to_asr()
ubaidsk
committed
9825df5
View commit details
Copy full SHA for 9825df5
View code at this point
Browse repository at this point
Commits on Nov 4, 2022
Raise error for calls with mis-matching types (#1261)
czgdp1807
authored
5084897
View commit details
Copy full SHA for 5084897
View code at this point
Browse repository at this point
Commits on Nov 2, 2022
ASR: Use arraystorage in ArrayConstant and ArrayItem
ubaidsk
committed
49ba6bc
View commit details
Copy full SHA for 49ba6bc
View code at this point
Browse repository at this point
Commits on Oct 31, 2022
Fix to allow symbol with same name present in other module and used by dot
Smit-create
committed
99e8ee5
View commit details
Copy full SHA for 99e8ee5
View code at this point
Browse repository at this point
Commits on Oct 30, 2022
Fix variable access from module use dot
Smit-create
committed
cdd0248
View commit details
Copy full SHA for cdd0248
View code at this point
Browse repository at this point
Commits on Oct 27, 2022
Support ``EnumValue`` as array dimensions (#1234)
czgdp1807
authored
de3337a
View commit details
Copy full SHA for de3337a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.