From 87ca7614e4087aff9c7ce1d07c85bf50cecb2615 Mon Sep 17 00:00:00 2001 From: Stefano Sanfilippo Date: Mon, 1 Dec 2014 10:16:56 +0100 Subject: [PATCH] Crediting the people who contributed to the initial specs. --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5b69159..0e8d8f7 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,14 @@ The compiler reads from standard input and print result to standard output. Language overview ================= -The original specification can be found in `Specification.txt`, which -unfortunately is not complete. This project is an ongoing effort to implement -it, which means filling gaps and ambiguities. This file only documents -usable features of the language. +The original specification can be found in `Specification.txt`, and was +initially conceived by my colleagues and dear friends Alessandro Barenghi, +Michele Tartara and Nicola Vitucci, to whom goes my gratitude. + +Unfortunately, their proposal was meant to be a joke and is not complete. +This project is an ongoing effort to produce a rigorous specification for the +language and implement a compiler, which implies filling gaps and ambiguities +with sensible choices. Statements have no terminator, i.e. no semicolon `;` or the like. A single statement can be split across multiple lines and multiple statements can be