The Wayback Machine - https://web.archive.org/web/20220617075923/https://github.com/topics/language-design
Here are
123 public repositories
matching this topic...
Tracking ECMAScript Proposals
The official repo for the design of the C# programming language
Create your own programming language with Rust (WIP)
-
Updated
May 19, 2022
-
Rust
general purpose programming language, in the vein of C++
Language Design Community for the EVM: Intro and Resources
⛹ Write Grammars for the Nearley Parser!
-
Updated
Feb 26, 2022
-
JavaScript
Metameta is meta core and meta-class programming framework.
-
Updated
May 18, 2020
-
JavaScript
The Alioth programming language
Fine-grain implementations of common lambda calculi in Haskell, tested with QuickCheck
-
Updated
Jul 11, 2021
-
Haskell
A Lisp to be used as a Ruby Library (written in Ruby)
-
Updated
May 22, 2021
-
Ruby
"request for comments" (RFCs) for the Rebuild Language Project
Fuzzy Aggregators and Similarity Into a Logic Language
-
Updated
Jun 15, 2022
-
Prolog
A simplistic, JavaScript-like programming language built using Python.
-
Updated
Sep 13, 2021
-
Python
An embeddable LISP in C99
A programming language interpreted in C
Lab of the course Languages, Compilers and Interpreters (Cod. 653AA) @ UNIPI
-
Updated
Jan 3, 2022
-
OCaml
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.
-
Updated
Mar 7, 2019
-
Crystal
An editor for EBNF grammars, used by Lark – parsing library for Python
-
Updated
Apr 25, 2019
-
Python
A small Lisp dialect that serves me as a test bed for programming language features.
-
Updated
Mar 19, 2022
-
Racket
Component base, general purpose, declarative language.
Bumble programming language - design and interpreter
-
Updated
May 14, 2017
-
Python
A basic Virtual machine operating on bytecode with a stack and Van Neumann Architecture. Built in Assembler.
A simple library for language and compilers building
-
Updated
Aug 29, 2020
-
Julia
A small, simple and type safe programming language
-
Updated
Aug 14, 2017
-
JavaScript
A low level Programing Language
Improve this page
Add a description, image, and links to the
language-design
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
language-design
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Currently the tests are all in folders
pos
andneg
.Instead, we could organize them by topic:
and add additional README.md files to the folders guiding newcomers. Additionally, the tests could have comments explaining the features.
This way we could have a low cost documentation that is automatically checked