mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Implement asm-parser for dotnet (#3334)
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
|
||||
# Compiler Explorer
|
||||
|
||||
**Compiler Explorer** is an interactive compiler exploration website. Edit code in C, C++, Rust, Go, D, Haskell, Swift, Pascal, [ispc](https://ispc.github.io/), Python, Java
|
||||
or in any of the other [31 supported languages](https://godbolt.org/api/languages), and see how that code looks after being compiled in real time.
|
||||
**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 in 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 visualisations are available, and the UI layout
|
||||
is configurable (thanks to [GoldenLayout](https://www.golden-layout.com/)).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user