There are 37 repositories under language-design topic.
The official repo for the design of the C# programming language
Create your own programming language with Rust
RFCs and docs related to the F# language design process, see https://github.com/fsharp/fslang-suggestions to submit ideas
A language with lexical effect handlers and lightweight effect polymorphism
Sema – A Playground for Live Coding Music and Machine Learning
Language Design Community for the EVM: Intro and Resources
An implementation of interaction nets in JS.
An introduction to language design through building a compiler frontend and completing a self-paced exercise on top of LLVM.
⛹ Write Grammars for the Nearley Parser!
语言设计教程(献给想学语言设计的朋友)
This is an implementation of interaction nets, with a familiar JavaScript-like syntax :)
Fine-grain implementations of common lambda calculi in Haskell, tested with QuickCheck
Lab of the course Languages, Compilers and Interpreters (Cod. 653AA) @ UNIPI
An implementation of interaction nets as a forth-like language.
A Lisp to be used as a Ruby Library (written in Ruby)
Podlite specification documents ( v1.0 released 🎉 )
Fuzzy Aggregators and Similarity Into a Logic Language
"request for comments" (RFCs) for the Rebuild Language Project
A basic Virtual machine operating on bytecode with a stack and Van Neumann Architecture. Built in Assembler.
Riddle Language
A small Lisp dialect that serves me as a test bed for programming language features.
Kemono Friends Programming Language. (케모노 프렌즈 & けものフレンズ)
Drizzle is a (currently interpreted) programming language designed as something I would like to use, and used as a way to learn lots of new things.
Orng is a modern systems programming language designed for developers who want fine-grained control without sacrificing expressiveness
An editor for EBNF grammars, used by Lark – parsing library for Python