Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

.NET language playground

License

NotificationsYou must be signed in to change notification settings

ashmind/SharpLab

This repository contains source code forhttps://sharplab.io.

SharpLab is a .NET code playground that shows intermediate steps and results of code compilation.Some language features are thin wrappers on top of other features -- e.g.using() becomestry/finally.SharpLab allows you to see the code as compiler sees it, and get a better understanding of .NET languages.

Recent versions include experimental support for running code, with some limitations.

Languages

SharpLab supports three source languages:

  1. C#
  2. Visual Basic
  3. F#

Due to complexity of F#'s compiler library, some features might not be available for F#.

Decompilation/Disassembly

There are currently three targets for decompilation/disassembly:

  1. C#
  2. IL
  3. JIT Asm (Native Asm Code)

Note that VB=>C# disassembly shouldn't be used to convert between languages, as the produced code is intentionally overly verbose.

Execution

You can use "Run" target to execute your code and see the output.
Execution enables a few nice features such as flow arrows — see here:
https://twitter.com/ashmind/status/894058159223955456.

Execution is intentionally limited, however the limits are continuously improved and corrected.

Contributing

SeeCONTRIBUTING.md.

About

.NET language playground

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Contributors25


[8]ページ先頭

©2009-2025 Movatter.jp