https://github.com/lcompilers/libasr
The ASR (Abstract Semantic Representation), backends, optimizations and other tooling
https://github.com/lcompilers/libasr
Last synced: about 1 year ago
JSON representation
The ASR (Abstract Semantic Representation), backends, optimizations and other tooling
- Host: GitHub
- URL: https://github.com/lcompilers/libasr
- Owner: lcompilers
- License: mit
- Created: 2022-01-07T23:32:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T10:35:46.000Z (over 2 years ago)
- Last Synced: 2025-03-25T11:49:23.732Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 1.8 MB
- Stars: 12
- Watchers: 7
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libasr
This repository contains the ASR (Abstract Semantic Representation), all the
backends, ASR -> ASR optimizations, diagnostic messages infrastructure and all
other tooling that is common for all frontends.
The following projects use `libasr`:
* [LPython](https://lpython.org)
* [LFortran](https://lfortran.org)