mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
Readme Update (#5572)
Hello, in this PR I am adding links to the existing issue templates in the project, to speed up the issue generation process for future contributors. Also edit the style of the logo and initial text of the project. Attached screenshot: 
This commit is contained in:
16
README.md
16
README.md
@@ -1,15 +1,19 @@
|
||||
[](https://github.com/compiler-explorer/compiler-explorer/actions?query=workflow%3A%22Compiler+Explorer%22)
|
||||
[](https://codecov.io/gh/compiler-explorer/compiler-explorer)
|
||||
|
||||

|
||||
[](https://godbolt.org/)
|
||||
|
||||
# Compiler Explorer
|
||||
|
||||
**Compiler Explorer** is an interactive compiler exploration website. Edit code in C, C++, C#, F#, Rust, Go, D, Haskell,
|
||||
Swift, Pascal, [ispc](https://ispc.github.io/), Python, Java, or any of the other
|
||||
[30+ supported languages](https://godbolt.org/api/languages), and see how that code looks after being compiled in real
|
||||
time. Multiple compilers are supported for each language, many different tools and visualizations are available, and the
|
||||
UI layout is configurable (thanks to [GoldenLayout](https://www.golden-layout.com/)).
|
||||
Is an interactive compiler exploration website. Edit code in C, C++, C#, F#, Rust, Go, D, Haskell,
|
||||
Swift, Pascal, [ispc](https://ispc.github.io/), Python, Java, or any of the other [30+ supported languages](https://godbolt.org/api/languages) components, and see how that code looks after being compiled in real
|
||||
time.
|
||||
|
||||
[Bug Report](https://github.com/compiler-explorer/compiler-explorer/issues/new?assignees=&labels=bug&projects=&template=bug_report.yml&title=%5BBUG%5D%3A+) · [Compiler Request](https://github.com/compiler-explorer/compiler-explorer/issues/new?assignees=&labels=request%2Cnew-compilers&projects=&template=compiler_request.yml&title=%5BCOMPILER+REQUEST%5D%3A+) · [Feature Request](https://github.com/compiler-explorer/compiler-explorer/issues/new?assignees=&labels=request&projects=&template=feature_request.yml&title=%5BREQUEST%5D%3A+) · [Languaje Request](https://github.com/compiler-explorer/compiler-explorer/issues/new?assignees=&labels=request%2Cnew-language&projects=&template=language_request.yml&title=%5BLANGUAGE+REQUEST%5D%3A+) · [Library Request](https://github.com/compiler-explorer/compiler-explorer/issues/new?assignees=&labels=request%2Cnew-libs&projects=&template=library_request.yml&title=%5BLIB+REQUEST%5D%3A+) · [Report Vulnerability](https://github.com/compiler-explorer/compiler-explorer/security/advisories/new)
|
||||
|
||||
# Overview
|
||||
|
||||
Multiple compilers are supported for each language, many different tools and visualizations are available, and the UI layout is configurable (thanks to [GoldenLayout](https://www.golden-layout.com/)).
|
||||
|
||||
Try out at [godbolt.org](https://godbolt.org), or [run your own local instance](#running-a-local-instance). An overview
|
||||
of what the site lets you achieve, why it's useful, and how to use it is
|
||||
|
||||
Reference in New Issue
Block a user