Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ _This section aims at listing code projects of Compilers, Interpreters, Translat
* [P Lang](https://github.com/p-org/P) - The P Programming Language Runtime.
* [Red's Compiler](https://github.com/red/red).
* [Roslyn](https://github.com/dotnet/roslyn) - The .NET "Roslyn" Compiler Platform.
* [Semaprax](https://github.com/wavect/semaprax) - Experimental systems-language compiler built around a stable semantic program graph and revision-bound semantic patches, with verified native and browser/Wasm subsets. See the [research and evidence hub](https://wavect.io/semaprax/).
* [Simple-MSIL-Compiler](https://github.com/LADSoft/Simple-MSIL-Compiler) - C compiler that compiles to CLR.
* [TypeScript's Compiler](https://github.com/Microsoft/TypeScript).
* [Wren's Compiler](https://github.com/munificent/wren).
Expand Down