CSharpEval
CSharpEval
A lightweight C# compiler and REPL that compiles and executes user-defined C# code at runtime
CSharpEval, a lightweight C# Eval and Read-Evaluate-Print-Loop (REPL) program.
24 stars
3 watching
5 forks
Language: C#
last commit: about 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
dustincampbell/csharpessentials | A collection of tools to simplify C# development with Roslyn diagnostics and code fixes. | 160 |
oleg-shilo/cs-script.vscode | A VSCode extension for executing and debugging C# scripts using the CS-Script engine. | 41 |
jamesrandall/csharp-wolfenstein | C# port of an open-source 3D shooter game, utilizing modern C# language features and Blazor for browser rendering. | 73 |
davidmoreno/onion | An HTTP library that allows developers to create simple web servers and applications with SSL support. | 2,017 |
belav/csharpier | An opinionated code formatter for C#. | 1,406 |
mvelazc0/defcon27_csharp_workshop | A hands-on workshop teaching developers how to write custom C# payloads for backdoors and command and control frameworks | 1,110 |
bitzhuwei/csharpgl | A C# wrapper for the OpenGL API, abstracting away its complexities to simplify game development and rendering tasks. | 570 |
chillu1/csharpecscomparison | A comparison table of popular C# ECS frameworks | 51 |
head-first-csharp/fourth-edition | This repository contains code and project files for learning C# programming with .NET Core using the Head First C# book | 894 |
michalstrehovsky/zerosharp | Demonstrates the use of C# for systems programming with native ahead-of-time compilation technology | 2,022 |
lukebuehler/cshell | An interactive C# scripting environment with a read-eval-print-loop (REPL) for direct code evaluation and execution. | 703 |
mazharenko/fluentassertions.eventual | A NuGet package that allows developers to wait for FluentAssertions checks to pass during testing | 5 |
martinothamar/wrappervalueobject | Generates simple value objects in C# to wrap primitive types and provide automatic equality comparison and formatting | 53 |
codelytv/csharp-basic-skeleton | Creates boilerplate code and project structure for C# projects with tests and domain logic | 24 |
onqtam/rcrl | An interactive C++ compiler and runtime environment for rapid development and live coding | 411 |