1 个仓库
Experimental creation and testing of concise syntax patterns to reduce boilerplate code.
Distinct from Modern Syntax: Focuses on the design and prototyping of new syntax rather than just the presence of modern features.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Syntax Prototyping. Refine with filters or upvote what's useful.
This repository serves as the programming language design repository for C#, containing the official language specification and the technical standards governing its grammar, type safety, and memory management. It functions as a collaborative space for the formal design and evolution of the language. The project manages a community-driven evolution process, utilizing a public proposal backlog to debate and adopt new features. This involves formal syntax prototyping and the engineering of the type system to refine the language's behavior and implementation. The scope of the specification cove
Implements prototyping for modern patterns like string interpolation and collection expressions.