Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipenoris/optimizingir.jl
An Intermediate Representation (IR) on steroids
https://github.com/felipenoris/optimizingir.jl
compiler intermediate-representation julia-language
Last synced: 24 days ago
JSON representation
An Intermediate Representation (IR) on steroids
- Host: GitHub
- URL: https://github.com/felipenoris/optimizingir.jl
- Owner: felipenoris
- License: mit
- Created: 2019-11-27T01:55:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T18:54:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T16:43:16.352Z (24 days ago)
- Topics: compiler, intermediate-representation, julia-language
- Language: Julia
- Homepage: https://felipenoris.github.io/OptimizingIR.jl/stable/
- Size: 386 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OptimizingIR.jl
[![License][license-img]](LICENSE)
[![CI][ci-img]][ci-url]
[![codecov][codecov-img]][codecov-url]
[![dev][docs-dev-img]][docs-dev-url]
[![stable][docs-stable-img]][docs-stable-url][license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ci-img]: https://github.com/felipenoris/OptimizingIR.jl/workflows/CI/badge.svg
[ci-url]: https://github.com/felipenoris/OptimizingIR.jl/actions?query=workflow%3ACI
[codecov-img]: https://img.shields.io/codecov/c/github/felipenoris/OptimizingIR.jl/master.svg?label=codecov&style=flat-square
[codecov-url]: http://codecov.io/github/felipenoris/OptimizingIR.jl?branch=master
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg?style=flat-square
[docs-dev-url]: https://felipenoris.github.io/OptimizingIR.jl/dev
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg?style=flat-square
[docs-stable-url]: https://felipenoris.github.io/OptimizingIR.jl/stable
"Compilers
Keep on compilin'
Cause it won't be too long"
Wonder, S.## Installation
From a Julia session, run:
```julia
julia> using Pkgjulia> Pkg.add("OptimizingIR")
```## Documentation
Package documentation is hosted at https://felipenoris.github.io/OptimizingIR.jl/stable/.