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
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 }}
ADV1K
/
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
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 24, 2023
Merge pull request #1584 from Thirumalai-Shaktivel/global_syms_02
Thirumalai-Shaktivel
authored
5a6e2d2
View commit details
Copy full SHA for 5a6e2d2
Browse repository at this point
Commits on Mar 23, 2023
Merge pull request #1606 from harshsingh-24/str-funcs
Show description for dd5a8f9
certik
authored
dd5a8f9
View commit details
Copy full SHA for dd5a8f9
Browse repository at this point
Merge pull request #1605 from Smit-create/c_back
Show description for 1a93c68
certik
authored
1a93c68
View commit details
Copy full SHA for 1a93c68
Browse repository at this point
Add tests and register in CMakeLists
Thirumalai-Shaktivel
committed
e74ee9f
View commit details
Copy full SHA for e74ee9f
Browse repository at this point
Support global list import with a FunctionCall as an initializer.
Show description for 2c12efb
Thirumalai-Shaktivel
and
certik
committed
2c12efb
View commit details
Copy full SHA for 2c12efb
Browse repository at this point
Support global list import with a constant list as an initializer.
Thirumalai-Shaktivel
committed
a4f13a4
View commit details
Copy full SHA for a4f13a4
Browse repository at this point
Fixing CI Build
harshsingh-24
committed
269190e
View commit details
Copy full SHA for 269190e
Browse repository at this point
Add a test in CI
Smit-create
committed
eb0bd41
View commit details
Copy full SHA for eb0bd41
Browse repository at this point
Commits on Mar 22, 2023
Added String endswith() method
harshsingh-24
committed
97643a1
View commit details
Copy full SHA for 97643a1
Browse repository at this point
Add generated files to gitignore
Smit-create
committed
1da9ea7
View commit details
Copy full SHA for 1da9ea7
Browse repository at this point
Add backend=c to directly run with C.
Smit-create
committed
c503759
View commit details
Copy full SHA for c503759
Browse repository at this point
Added ``cbrt()`` and ``exp2()`` functions in math module (#1594)
harshsingh-24
authored
a49f18f
View commit details
Copy full SHA for a49f18f
Browse repository at this point
Merge pull request #1598 from certik/add_c
Show description for e0f8d1e
certik
authored
e0f8d1e
View commit details
Copy full SHA for e0f8d1e
Browse repository at this point
Commits on Mar 21, 2023
Overloaded mode function to support i64 (#1558)
Show description for c96063b
tareknaser
authored
c96063b
View commit details
Copy full SHA for c96063b
Browse repository at this point
Merge pull request #1597 from Shaikh-Ubaid/wasi_not_found
Show description for fe07cbc
certik
authored
fe07cbc
View commit details
Copy full SHA for fe07cbc
Browse repository at this point
Allow Backend::c in the main driver
certik
committed
0c4e1bb
View commit details
Copy full SHA for 0c4e1bb
Browse repository at this point
Merge pull request #1596 from Smit-create/c_ele
Show description for 30bd056
certik
authored
30bd056
View commit details
Copy full SHA for 30bd056
Browse repository at this point
WASM: Supply wasi flag when executing the generated wasm
ubaidsk
committed
c767894
View commit details
Copy full SHA for c767894
Browse repository at this point
C: Enable tests
Smit-create
committed
f5ba5e0
View commit details
Copy full SHA for f5ba5e0
Browse repository at this point
Raise error tol slightly to avoid precision issue
Smit-create
committed
a889d5a
View commit details
Copy full SHA for a889d5a
Browse repository at this point
Commits on Mar 20, 2023
Merge pull request #1592 from Smit-create/i-1575-2
Show description for 37918fa
Smit-create
authored
37918fa
View commit details
Copy full SHA for 37918fa
Browse repository at this point
C: Enable fixed tests
Smit-create
committed
656bc42
View commit details
Copy full SHA for 656bc42
Browse repository at this point
Add missing imports in tests
Smit-create
committed
6db4d5c
View commit details
Copy full SHA for 6db4d5c
Browse repository at this point
Fix passes to use var names that are valid in C
Smit-create
committed
509b2c2
View commit details
Copy full SHA for 509b2c2
Browse repository at this point
Commits on Mar 17, 2023
Merge pull request #1587 from certik/floordiv
Show description for 5ccc09c
certik
authored
5ccc09c
View commit details
Copy full SHA for 5ccc09c
Browse repository at this point
Split expr_04 into expr_15
Show description for 860d530
certik
committed
860d530
View commit details
Copy full SHA for 860d530
Browse repository at this point
Update tests
certik
committed
5726cb3
View commit details
Copy full SHA for 5726cb3
Browse repository at this point
Implement floordiv for i16 and i8
Show description for 140ff2c
certik
committed
140ff2c
View commit details
Copy full SHA for 140ff2c
Browse repository at this point
Commits on Mar 16, 2023
Merge pull request #1580 from Smit-create/i-1575-1
Show description for c792719
Smit-create
authored
c792719
View commit details
Copy full SHA for c792719
Browse repository at this point
Fix variable decl order
Smit-create
committed
b89fadf
View commit details
Copy full SHA for b89fadf
Browse repository at this point
Use value when fast is enable
Smit-create
committed
56bd232
View commit details
Copy full SHA for 56bd232
Browse repository at this point
Fix some edge cases for compile time operations of % operator (#1566)
faze-geek
authored
02aa0d3
View commit details
Copy full SHA for 02aa0d3
Browse repository at this point
Improve ``class_constructor.cpp`` pass and ``StructTypeConstructor`` node in ASR (#1579)
czgdp1807
authored
cd7217a
View commit details
Copy full SHA for cd7217a
Browse repository at this point
Split the initializer to Assign stmt for global List types (#1583)
Thirumalai-Shaktivel
authored
fe61c4d
View commit details
Copy full SHA for fe61c4d
Browse repository at this point
Make the assignment statement to the data-types
Show description for fde572a
Thirumalai-Shaktivel
committed
fde572a
View commit details
Copy full SHA for fde572a
Browse repository at this point
Previous
Next
You can’t perform that action at this time.